-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Grid: rendering using react-test-renderer breaks in 9.19.0 #1117
Comments
facebook/react#7740 react-test-renderer. Doesn't support refs. Need to pass in |
@wuweiweiwu but how can I pass |
can we check before accessing the ref here? https://github.com/bvaughn/react-virtualized/blob/master/source/Grid/Grid.js#L627 |
|
If you want to contribute a PR that'll be awesome!! |
@wuweiweiwu seems |
Error message:
Possibly not working because react-test-renderer doesn't support the polyfilled lifecycle functions?
The text was updated successfully, but these errors were encountered: