Skip to content

Commit

Permalink
Merge pull request #1231 from gluestack/fix/box-example-any-issue
Browse files Browse the repository at this point in the history
fix: box issue any docs
  • Loading branch information
surajahmed authored Oct 9, 2023
2 parents 6767a49 + 2ccd79b commit 6be73e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ A Box component with a ref property enables the direct reference and manipulatio
metaData={{
code: `
function App () {
const myRef = useRef<any>({});
const myRef = useRef({});
useEffect(() => {
const styleObj = {
borderWidth: 2,
Expand Down

0 comments on commit 6be73e6

Please sign in to comment.