Adrian Olczak
Results
2
comments of
Adrian Olczak
@jamezening There is a `useUser` hook in `src/lib/getUser.js`. You can also create a context and put this state there
The problem is that the configuration is initialized during the `install` event. When the service worker is stoped and then resumed, the `install` event will not be triggered again, leaving...