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
@sanity/vision and @sanity/code-input are both using a different version of @codemirror/state. This is causing Sanity vision / Santiy code input plugin to throw to following error: Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.
To Reproduce
Install latest version of Sanity 3.26.1
Install the latest version of Sanity Vision 3.26.1
Install the latest version of code-input 4.1.2
Load a page with either the vision editor or the code-input field on it
Screenshots
Which versions of Sanity are you using?
@sanity/code-input 4.1.2 (up to date)
@sanity/vision 3.26.1 (up to date)
sanity 3.26.1 (up to date)
The text was updated successfully, but these errors were encountered:
Describe the bug
@sanity/vision
and@sanity/code-input
are both using a different version of@codemirror/state
. This is causing Sanity vision / Santiy code input plugin to throw to following error:Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.
To Reproduce
3.26.1
3.26.1
4.1.2
Screenshots
Which versions of Sanity are you using?
@sanity/code-input 4.1.2 (up to date)
@sanity/vision 3.26.1 (up to date)
sanity 3.26.1 (up to date)
The text was updated successfully, but these errors were encountered: