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
Might be a bit edge-case-y, but the following code won't trigger a re-render (even though the console claims to have hot loaded successfully):
import{hot}from'react-hot-loader';importReactfrom'react';constApp=()=>(<React.Fragment><h1>Example</h1><p>No hot reload worky :-(</p></React.Fragment>);exportdefaulthot(module)(App);
It wouldn't be totally unreasonable if this case just didn't work, but if so, that should be documented somewhere 👍
NB: The example above is simplified from my actual use case, so let me know if you can't get repro, and I can share more details.
The text was updated successfully, but these errors were encountered:
Might be a bit edge-case-y, but the following code won't trigger a re-render (even though the console claims to have hot loaded successfully):
It wouldn't be totally unreasonable if this case just didn't work, but if so, that should be documented somewhere 👍
NB: The example above is simplified from my actual use case, so let me know if you can't get repro, and I can share more details.
The text was updated successfully, but these errors were encountered: