-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using FlatList: Failed to execute 'importScripts' on 'WorkerGlobalScope #3
Comments
fixed by changing the renderItem prop
|
With his error, you are almost sure it's an issue with your |
Try restarting your metro bundler . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this error when I import flatList into my react-native app. When I have FlatList as an import:
import { Text, FlatList } from 'react-native'
from the expo simulator screen
Something like this facebook/react-native#13558 and this facebook/react-native#6035
The text was updated successfully, but these errors were encountered: