Replies: 1 comment
-
Hello, Did you ensure you don't have multiple versions of some packages? (you can check using If everything seems alright, can you provide a small reproduction repo? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I encounter an issue when working with the demo, when I run from the
monaco-vscode-api/demo
folder, everything seems ok and runs as planned, but when I extract the demo folder from the repo, and change all the file links inpackage.json
to latest version^8.0.4
I'm getting an error in the console:The only place where I've seen
diffStateStacksRefEq
is in the patches, which I assume are ran when building inside the repo, but as far as I know they are ran also before publish, which I expect to not have any difference betweenfile:../
schema and directly downloading from npm. I'm running avscode-server
if it is relevant.Would appreciate any help. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions