-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Hot Loader 2 Umbrella #186
Comments
It seeks like perhaps these
Should be out of scope for RHL, as they're not react specific? Maybe just include suggested approaches in docs? Afaik, hot-middleware handles all 3 cases currently. |
Depending on a shared module that handles syntax errors/ENOENT sounds like the right approach to me. 👍 |
Yes, that's what I meant. I mean not just the code, but also the boilerplate, Getting Started guide, etc. |
Though as you probably saw,
and
(when were actually broken until #187 so that counts. |
Meh, this is very old. |
react/lib/ReactMount
render()
errors (Catch errors inside render #164)The text was updated successfully, but these errors were encountered: