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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ npm i @solid-codemirror/codemirror
32
32
> Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multipleinstances of @codemirror/state are loaded, breaking instanceof checks.
33
33
>```
34
34
>
35
-
>**Note**: This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
35
+
> This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
Copy file name to clipboardExpand all lines: packages/codemirror/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ npm i @solid-codemirror/codemirror
28
28
> Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multipleinstances of @codemirror/state are loaded, breaking instanceof checks.
29
29
>```
30
30
>
31
-
>**Note**: This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
31
+
> This error can be fixed by adding the following configuration option to your `vite.config.{js,ts}` file.
0 commit comments