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
I would recommend reverting, not to 1.3.0, but to 1.3.1, which solves the ReactMount issue that was the reason pui-react-tools upgraded to RHL 3 in the first place.
The text was updated successfully, but these errors were encountered:
Thanks for the detailed fix suggestion. Yeah, the hot loader broke. There is a better fix using the react-hot-loader babel plugin, but it involves changing code not under the control of pui-react-tools. I'll try to find a way to get that in, but if that takes too long, I'll at least try your 1.3.1 lock.
I will generate a new version that downgrades the hot module loader for a version 2, but we're probably going to move forward with the newer hot module loader (beta 3) in a major rev since it is so different. At the time we were forced to upgrade because there wasn't a clear fix and it was breaking multiple projects.
I upgraded pui-react-tools from 2.0.2 to 2.0.3, but the slight change from RHL 1 to 3 caused my async functions to stop working.
Under the hood, this bug is at fault: gaearon/react-hot-loader#391
I would recommend reverting, not to 1.3.0, but to 1.3.1, which solves the ReactMount issue that was the reason pui-react-tools upgraded to RHL 3 in the first place.
The text was updated successfully, but these errors were encountered: