Igor Makowski
Igor Makowski
I got that error now `'SocketIO' only refers to a type, but is being used as a value here.`
I'm also facing this issue. ```json "nuxt": "3.0.0rc.6" ```
same issue here
same issue without any alias SyntaxError: The requested module '/src/assets/icons/index.ts' does not provide an export named 'AccomodationIcon' This import works in ts/tsx files but not in mdx
@iamprathamesh `SpotifyAlbumsService` ```ts export class SpotifyAlbumsService { public getAlbum(id: string, adapt: false): Promise public getAlbum(id: string, adapt: true): Promise async getAlbum(id: string, adapt = false) { this.spotifySdk = SpotifyApi.withClientCredentials( this.configService.get(Environment.SPOTIFY_CLIENT_ID)!,...
It works with production deployment on railway, but not with local.
doesnt work for `0.3.19`
Same error for vitest. ``` Error: cannot process file because it's ignored by .swcrc ```
I got same issue. What's the solution?
`not-found` page in root directory (app) works fine, but the issue occurs in dynamic route. - app - profile - [id] - page - error - layout - not-found -...