-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
findDOMNode throws inside Suspense with componentDidUpdate #15857
Comments
This is likely a duplicate of #14188 which is fixed on master but not released yet. |
@zombieJ. Hi, I upgrade to [email protected] and [email protected], but still get this error.Does upgrading version work on you?? |
The original example posted by @zombieJ doesn't reproduce in 16.9 anymore. |
It's my fault, forget to change @hot-loader/[email protected], Sorry.. |
It is a...
🐞 BUG
What is the current behavior?
Reproduce
https://codesandbox.io/s/antd-reproduction-template-7jmkr
Page 1
button.Page 2
button.What is the expected behavior?
findDOMNode
should work in SuspenseOthers
related issue: #14188
The text was updated successfully, but these errors were encountered: