Skip to content

Commit

Permalink
fix: override grid method in useLayoutEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Nov 18, 2024
1 parent 546be62 commit 1090856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-components/src/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
type ReactElement,
type RefAttributes,
useEffect,
useLayoutEffect,
useRef,
useState,
} from 'react';
Expand Down

0 comments on commit 1090856

Please sign in to comment.