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
...it crashes the Desk Tool with the following error:
Error: Cannot read properties of undefined (reading 'map')
TypeError: Cannot read properties of undefined (reading 'map')
at http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:143514:79
at mountMemo (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:18386:27)
at Object.useMemo (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:18710:24)
at useMemo (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-D3K572XJ.js?v=7a0caf95:1094:29)
at ListArrayInput (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:143514:64)
at renderWithHooks (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:17740:26)
at mountIndeterminateComponent (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:20490:21)
at beginWork (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:21471:22)
at beginWork$1 (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:25318:22)
at performUnitOfWork (http://localhost:3333/node_modules/.sanity/vite/deps/chunk-4JRRZWP7.js?v=7a0caf95:24763:20)
Describe the bug
When I create a field like so:
...it crashes the Desk Tool with the following error:
Screenshots
Which versions of Sanity are you using?
What operating system are you using?
MacOS Ventura 13.5
Which versions of Node.js / npm are you running?
[email protected]
)Run
npm -v && node -v
in the terminal and copy-paste the result here.The text was updated successfully, but these errors were encountered: