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
As soon as I add <WindowScroller> wrapper, react-hot-loader can't atomically refresh updates to JSX code anymore and a full app reload (not the browser, but the hot(App)) is fired.
Works great when I remove the <WindowScroller> container wrapper.
The text was updated successfully, but these errors were encountered:
benjamindulau
changed the title
Force react-hot-loader to reload entire App
Forces react-hot-loader to reload entire App
May 13, 2020
benjamindulau
changed the title
Forces react-hot-loader to reload entire AppWindowScroller wrapper prevent react-hot-loader from atomic updates
May 13, 2020
benjamindulau
changed the title
WindowScroller wrapper prevent react-hot-loader from atomic updatesWindowScroller wrapper prevents react-hot-loader from atomic updates
May 13, 2020
Hey,
As soon as I add
<WindowScroller>
wrapper,react-hot-loader
can't atomically refresh updates to JSX code anymore and a full app reload (not the browser, but the hot(App)) is fired.Works great when I remove the
<WindowScroller>
container wrapper.i.e:
Any Idea?
The text was updated successfully, but these errors were encountered: