Skip to content

Commit 3f09093

Browse files
committed
refactor: remove 'use no memo' directive from VirtualizedArrayList.tsx
1 parent 05b0e72 commit 3f09093

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/sanity/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/VirtualizedArrayList.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
'use no memo'
2-
// The `use no memo` directive is due to a known issue with react-virtual and react compiler: https://github.com/TanStack/virtual/issues/736
3-
41
import {type DragStartEvent} from '@dnd-kit/core'
52
import {Card, useTheme} from '@sanity/ui'
63
import {

0 commit comments

Comments
 (0)