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
Seems like this is just a case of setInterval calls getting in the way of webpack's Promise resolution (since Promises resolve asynchronously). I guess it's an uncommon case.
In particular, if I write:
Then introduce a syntax error.
Then fix it.
Expected: refresh happens.
Actual: we're stuck on the build error message.
The text was updated successfully, but these errors were encountered: