Mikhail
Mikhail
@ccp-zoetrope Any progress on this problem?
@antfu TypeScript 5.0 introduces `export type * from '...'`. Stable release is scheduled to March 14th. https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/#support-for-export-type Any chances that type auto-imports could be implemented in the near future after...
I'm facing similar problem while using `sessionStorage` only (without service worker). Reset password links are opened in a new tab, where `state` is not present in `sessionStorage`, which leads to...
Caught this bug developing a layer using `@nuxt/content`. 404 pages are not working with Nitro 2.2.2 because of fetch in the `documentDriven` plugin. Overriding Nitro to 2.2.3 fixed this problem.
I want to add my use case for this feature. In my application there is a requirement to temporarily "hide" block from public. In this case I needed to extend...
I think it would be okay to make `contentFormatters` property at least protected to be able to override it easily.