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
After making some tweaks and introducing a type in a component name
<ComponentThatDoNotExistDefinataly />
So we have compilation error. And fixing that typo leads to full page reload.
But wouldn't that be nice, if we could reject that hot-update-patch and swap it only if compilation succeeded? Or use another approach but the aim is to prevent page from reloading after fixing that typo.