-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'deskTool') #4014
Comments
This is related to Can you try removing |
Well is there any pre release package which supports esm?
|
Also here it says that esm is supported in the v3 |
You're right. We indeed support ESM in modern bundlers, as well as in browsers. But not yet in Node.js. This is something we are actively working to resolve. I'm not experienced with SvelteKit myself, but would look into whether |
@IshanKBG Here's a workaround that looks promising: sveltejs/kit#928 (comment) There's also a talk demoing how to configure SvelteKit and Will close this issue since it will be solved by #4013 |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
I am unable to use sanity studio in my sveltekit project due the following the error
Here is my config file
If I comment out the plugin property the studio loads just fine
I am unable to debug why it is happening
Here is my package.json in case if you ask for it
Additional Context
Link to the repo
The text was updated successfully, but these errors were encountered: