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
The vision tool crashes when opened, after a brief flash of the page layout. The error message (see screenshot below) points to multiple installed versions of @codemirror/state as a possible culprit.
To Reproduce
Configure Sanity Studio with the visionTool plugin
Open Sanity Studio and click on the "Vision" tab
Observe the bug
Expected behavior
The vision tool should work as expected
Screenshots
(The two cut-off lines read "breaking instanceof checks")
Which versions of Sanity are you using?
@sanity/cli (global) 3.24.1 (up to date)
@sanity/eslint-config-studio 3.0.1 (up to date)
@sanity/icons 2.8.0 (up to date)
@sanity/ui 2.0.0 (up to date)
@sanity/vision 3.24.1 (up to date)
sanity 3.24.1 (up to date)
What operating system are you using?
MacOS 13.6.1
Which versions of Node.js / npm are you running?
node: 20.9.0 pnpm: 8.3.1
(npm: 10.1.0)
Additional context
Other installed tool plugins are sanity-plugin-media and sanity/structure, with both working as expected.
Describe the bug
The vision tool crashes when opened, after a brief flash of the page layout. The error message (see screenshot below) points to multiple installed versions of
@codemirror/state
as a possible culprit.To Reproduce
visionTool
pluginExpected behavior
The vision tool should work as expected
Screenshots
(The two cut-off lines read "breaking instanceof checks")
Which versions of Sanity are you using?
What operating system are you using?
MacOS 13.6.1
Which versions of Node.js / npm are you running?
node: 20.9.0
pnpm: 8.3.1
(npm: 10.1.0)
Additional context
Other installed tool plugins are
sanity-plugin-media
andsanity/structure
, with both working as expected.package.json:
The text was updated successfully, but these errors were encountered: