Open
Description
Hi!
Thanks for making this package! It's fantastic :)
I'm using pnpm as my package manager and I have been getting errors after building Sanity studio. To reproduce:
pnpm create sanity@latest
# project: test
# dataset: test
# output: test
# template: no schemas
# typescript: yes
cd test
pnpm install @sanity-typed/types
// sanity.config.ts
import {defineConfig} from '@sanity-typed/types' // <-- change this line to import from sanity-typed
// ...
pnpm run build
pnpm run start
The error I'm getting:
Uncaught error: Pe.default.div is not a function
http://localhost:3333/static/sanity-9dde895e.js:4670:40453
TypeError: Pe.default.div is not a function
at http://localhost:3333/static/sanity-9dde895e.js:4670:40453
at http://localhost:3333/static/sanity-9dde895e.js:7423:54634
This error resolves when I change this line back:
// sanity.config.ts
import {defineConfig} from 'sanity' // <-- change this line to import from sanity
// ...
I wasn't able to create a StackBlitz or something similar doing these steps, so I'm not sure how this reproduces on other machines. I'm using a Macbook Pro with Ventura 13.4