Michael Mok
Michael Mok
@gaearon I have been working on the error box integration for a few days now - and have got to a point where I would like your input on a...
> Do you two wanna do a video call next week with me? Might be easier to talk through all issues. Sounds good to me too. I am on GMT+8...
> I have been working on the error box integration for a few days now My progress is tracked on [this branch](/pmmmwh/react-refresh-webpack-plugin/tree/feat/error-overlay). It is pretty rough though.
> Did the three of you ever end up talking? > > If I was looking to lend a hand here, what would be the most impactful thing to look...
> Just wanted to say that I started testing it our setup here: > > [vanilla/vanilla#9509](https://github.com/vanilla/vanilla/pull/9509) > > Seems to be working better than react-hot-loader ever did. Mainly because we...
> For an error experience, I'd be ok if: > > * The default was super simple, just like an iframe overlay that shows an error message with stack >...
> Going back on the error overlay: > > * What are the types of errors that we want to be catching and displaying here? > > * Hot reload...
> Thanks for the clarification. > > I took a quick look trying to find existing integrations w/ `react-error-overlay` and found one [error-overlay-webpack-plugin](https://github.com/smooth-code/error-overlay-webpack-plugin), which looks polished but I couldn't get...
@gaearon Is there a way for the plugin to notify `react-refresh` that exports are mutated and probably need to remount? I am trying to handle the case where exports are...
> Can we start with just build errors for V1? Actually, I just (few hours ago) pushed some changes to the `feat/error-overlay` branch. It is using react error overlay, and...