dillon1000/react

Commit

[compiler]: add `@tanstack/react-virtual` to known incompatible libraries (#34493)

Replaces #31820. #34027 added a check for `@tanstack/react-table`, but
not `@tanstack/react-virtual`.
In our testing `@tanstack/react-virtual`'s `useVirtualizer` returns
functions that cannot be memoized, [this is also documented in the
community](https://github.com/TanStack/virtual/issues/736#issuecomment-3065658277).
Browse files
Changed paths1 file
First-parent comparison
M compiler/packages/babel-plugin-react-compiler/src/HIR/DefaultModuleTypeProvider.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…