-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Before submitting a new issue
- I tested using the latest version of the library, as the bug might be already fixed.
- I tested using a supported version of react native.
- I checked for possible duplicate issues, with possible answers.
Bug summary
Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of FlatList.
Library version
3.0.0
Environment info
Expo 54
Bun
WindowsSteps to reproduce
- bunx rn-new@next --nativewind
- Add web deps with expo
- Import Flatlist component
- Run on web
Reproducible example repository
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working