microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.34k stars 109 forks source link

Uncaught Errors: [mobx] There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use configure({ isolateGlobalState: true }) #194

Open spindensity opened 2 years ago

spindensity commented 2 years ago

The same problem as https://github.com/lostintangent/gistpad/issues/247.

spindensity commented 2 years ago

According to the comments in https://github.com/lostintangent/gistpad/issues/247#issuecomment-913277685, I will report the further investigation here.

There are some conflicts in the extensions of the Think in Code extension pack. Here are the steps to reproduce:

  1. Disable all extensions, and then just enable the Think in Code extension pack. Snipaste_2021-09-06_13-37-25
  2. Click every enabled extension, some extensions report error: Snipaste_2021-09-06_13-40-36 Snipaste_2021-09-06_13-41-16
  3. Disable extensions CodeSwing and WikiLens, recheck the enabled extensions left and everything is OK. Snipaste_2021-09-06_13-45-19