-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
VirtualizedList get multiple warnings in web #898
Comments
I also get some warnings
This seems to come from Not sure if I am doing something wrong ? I used minimal options for VirtualizedList and the render component has some |
It also seems that
|
Avoiding unknown property warnings from React DOM. Many components within and build upon React Native do not filter their own properties and spread them into View. It is expected that React Native ignore these properties. Fix #898
Avoiding unknown property warnings from React DOM. Many components within and build upon React Native do not filter their own properties and spread them into View. It is expected that React Native ignore these properties. Fix #898
Avoiding unknown property warnings from React DOM. Many components within and build upon React Native do not filter their own properties and spread them into View. It is expected that React Native ignore these properties. Fix #898
I also faced issue in Chrome browser. But I updated
|
Avoiding unknown property warnings from React DOM. Many components within and build upon React Native do not filter their own properties and spread them into View. It is expected that React Native ignore these properties. Fix #898
I'm still getting the issue where I can't compile a project using anything above
|
You'll have to put together an example project to show me the issue |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
I am testing the new VirtualizedList in new release 0.6.0 and it works well in web and iOS. also inverted prop works which is great for messaging app ! Thanks for the update.
In web client, we do get a number of warnings due to unrecognized props and eventHandlers. nothing breaks so this is low priority:
Same warnings for a number of other props for same element:
If the current behavior is a bug, please provide the steps to reproduce and
if a minimal demo of the problem via Glitch or similar (template:
https://glitch.com/edit/#!/react-native-web-playground).
What is the expected behavior?
No warnings ?
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered: