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
Not sure why or how to reproduce but after some time the extension just renders the background and nothing else. Haven't found any console errors. Feels like it might be due to hot reloading or similar as it seems to happen when I'm making changes.
The text was updated successfully, but these errors were encountered:
I believe this is due to the hot reloading with yarn start. I've run into it with the dev but not the prod build. Refreshing the extension from the manage extensions view should fix it.
Thanks, stop/start from the extension settings fixes it. It's actually stuck at the router suspense when this happens, I tracked it down to the service worker getting jammed up:
You can also fix it by hitting skipWaiting then stop/start on the service worker in Chrome Devtools (Application -> Service Workers).
Not sure why or how to reproduce but after some time the extension just renders the background and nothing else. Haven't found any console errors. Feels like it might be due to hot reloading or similar as it seems to happen when I'm making changes.
The text was updated successfully, but these errors were encountered: