muradsofi
muradsofi
**Library Affected**: InjectManifest **Browser & Platform**: "all browsers" **Issue or Feature Request Description**: When I build my ServiceWorker via Webpack in development mode everything works fine but when I want...
### Checklist - [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...
`useTimeoutFn`, starts the timeout automatically on mount. In our case, we needed something similar but **fully manual** which is a timeout only starts when we explicitly trigger it (e.g., after...