Skip to content

Commit

Permalink
fix: opt-out @tanstack/react-virtual from React Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanl17 committed Nov 28, 2024
1 parent 170fdd3 commit 9de21db
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
'use no memo'
// The `use no memo` directive is due to a known issue with react-virtual and react compiler: https://github.com/TanStack/virtual/issues/736

import {Box, Card, type CardProps, Flex, rem, Stack, Text, useTheme} from '@sanity/ui'
import {
defaultRangeExtractor,
Expand Down

0 comments on commit 9de21db

Please sign in to comment.