You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught Error: Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. This usually means that you're trying to add a ref to a component that doesn't have an owner (that is, was not created inside of another component's `render` method). Try rendering this component inside of a new top-level component which will hold the ref.
Uncaught TypeError: Cannot read property 'componentWillLeave' of undefined
I've solved problem by removing all refs from my own component, but still have problem because it is form component with a lot of inputs that is hard to manage without refs.
Hi I see error message
when I try to use code like this
So the problem is that I can't close modal window.
The text was updated successfully, but these errors were encountered: