You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Typescript compiler complains about a mismatch of the viteMetadata declaration, your declaration is missing the ?:
> tsc
node_modules/vite-plugin-css-injected-by-js/dist/esm/declarations/interface.d.ts:7:9 - error TS2687: All declarations of 'viteMetadata' must have identical modifiers.
7 viteMetadata: ChunkMetadata;
~~~~~~~~~~~~
node_modules/vite/types/metadata.d.ts:8:5 - error TS2687: All declarations of 'viteMetadata' must have identical modifiers.
8 viteMetadata?: ChunkMetadata
~~~~~~~~~~~~
Found 2 errors in 2 files.