Skip to content
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

extension randomly stops rendering #161

Open
tomlinton opened this issue Jun 17, 2022 · 3 comments
Open

extension randomly stops rendering #161

tomlinton opened this issue Jun 17, 2022 · 3 comments
Labels
bug Something isn't working priority 3

Comments

@tomlinton
Copy link
Contributor

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.

@armaniferrante
Copy link
Member

armaniferrante commented Jun 17, 2022

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.

@armaniferrante armaniferrante added bug Something isn't working priority 2 labels Jun 17, 2022
@tomlinton
Copy link
Contributor Author

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:

Screen Shot 2022-06-19 at 9 28 16 AM

You can also fix it by hitting skipWaiting then stop/start on the service worker in Chrome Devtools (Application -> Service Workers).

@armaniferrante
Copy link
Member

Moving to p3 as it's not user facing. Not sure but @hkirat's hot reloading work might help here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority 3
Projects
None yet
Development

No branches or pull requests

2 participants