[docs] Service worker issue after workbox update
See original GitHub issuehttps://material-ui.com/getting-started/usage/
When clicking in any sidebar item is not working
try to click on component api
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Handling service worker updates with immediacy
Sometimes when you update a service worker, it's good to let users know. Here, you'll learn how to do just that.
Read more >[docs] Service worker issue after workbox update #13422
I am having the same problem. All interactivity is gone from the docs. Not just the side menu but also the interactive demos....
Read more >Workbox's service worker not updating when changed
I'm having an issue with Workbox where my website doesn't update when a file's content is changed, unless I manually clear storage/site data...
Read more >Workbox 4: Implementing refresh-to-update-version flow using ...
This is exactly what we expect: the service worker was registered, some files were precached. Now if you shut down the server or...
Read more >Service Worker API - MDN Web Docs
The service worker is immediately downloaded when a user first accesses a service worker–controlled site/page. After that, it is updated when: A ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let’s not update workbox too often!
I am having the same issue just now, server side rendering on official docs website is not working properly. I had the same issue with a project I worked on, and I believe it’s an issue with the BUILD_ID configuration.