cvolant
cvolant
**Library Affected**: workbox-window **Browser & Platform**: all browsers **Issue Description**: Context: I run `workbox.update()` when `document.visibilityState` is back to `true`, to update the service-worker even if the page is not...
In `Link`, `router.push`, and `router.replace`, `as` option used to throw for optional catch all routes with url object syntax: optional attribute were not taken into account when checking missing parameters...
WIP Try to remove deprecated querystring dependency and use Next internal utilities. - Does not work yet. - Introduce a fragility: if Next moves its utilities around, it will break......
The current changes seem to work but don't. In the example, the api docs link is broken: - In fr, it is not translated correctly when multi domain is configured...
## Situation I have a page component (default export in page.ts) that renders a body component. The 2 of them are server components. ```tsx const Page = async () =>...
In pages files, layout files, not-found files, etc., one can export data using different formats. The common format is indeed: ``` export async function generateStaticParams ... export async function generateMetadata...