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
Do you want to request a feature or report a bug?
A bug
What is the current behavior?
when i worked with the branch 15.6-dev, this error happened
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your JSFiddle (https://jsfiddle.net/Luktwrdm/) or CodeSandbox (https://codesandbox.io/s/new) example below:
the error shows each time when a radio be clicked on
What is the expected behavior?
I had opened a pr about it #12230
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
on branch 15.6-dev
notice that this error has been fixed in v16
The text was updated successfully, but these errors were encountered:
@sangle7 why are you running the 15.6-dev branch? I don't think that branch is in a stable state. It sounds like you're running mismatched versions of react and react-dom.
@aweary hi, for some reasons, our project is not ready for v16, and the stable 15.6 version has a bug like this #10739. I noticed that the 15.6-dev branch has fixed this bug, so i ran project with it. I build from this branch and use npm link to link my project with react and react-dom, and the problem is still there.
Do you want to request a feature or report a bug?
A bug
What is the current behavior?
when i worked with the branch
15.6-dev
, this error happenedIf the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your JSFiddle (https://jsfiddle.net/Luktwrdm/) or CodeSandbox (https://codesandbox.io/s/new) example below:
the error shows each time when a radio be clicked on
What is the expected behavior?
I had opened a pr about it #12230
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
on branch
15.6-dev
notice that this error has been fixed in v16
The text was updated successfully, but these errors were encountered: