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
When I run my app locally it runs perfectly fine. But when I build my app I get an error from the import import {PortableText} from '@portabletext/svelte'.
When I hover over this import error in my IDE I get "Cannot find module '@portabletext/svelte' or it's corresponding type declerations".
Has anyone else faced this issues and is there a fix for it?
Thank you!
The text was updated successfully, but these errors were encountered:
I haven't been able to reproduce. Is the error happening during the build process or when you try to open the built app? If the latter, where are you running the app and are you on the same version of node as you were in dev?
Hello,
When I run my app locally it runs perfectly fine. But when I build my app I get an error from the import
import {PortableText} from '@portabletext/svelte'
.When I hover over this import error in my IDE I get "Cannot find module '@portabletext/svelte' or it's corresponding type declerations".
Has anyone else faced this issues and is there a fix for it?
Thank you!
The text was updated successfully, but these errors were encountered: