-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Description
Component
List
Package version
9.72.8
React version
18.2.0
Environment
System:
OS: Windows 11 10.0.26200
CPU: (12) x64 AMD Ryzen 5 5600X 6-Core Processor
Memory: 10.38 GB / 31.95 GB
Browsers:
Chrome: 143.0.7499.41
Edge: Chromium (140.0.3485.54)
Internet Explorer: 11.0.26100.7309Current Behavior
react-window does not have a "FixedSizeList" export.
Expected Behavior
react-window should have a "FixedSizeList" export in order for VirtualizedLists to work.
Reproduction
https://stackblitz.com/edit/hl9r1uqy?file=src%2Fexample.tsx
Steps to reproduce
- Wait for dependencies to download
- Watch FixedSizeList not work
For react-window 2.X.X, it seems that they renamed "FixedSizeList" to just "List", but it doesn't have the same properties as the FixedSizeList used to in react-window 1.8.X.
Are you reporting an Accessibility issue?
None
Suggested severity
Medium - Has workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.