Skip to content

Commit

Permalink
fix: box issue any docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Oct 9, 2023
1 parent 6767a49 commit 2ccd79b
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 2ccd79b

Please sign in to comment.