Skip to content

jbrowse-web Error: [MobX] There are multiple, different versions of MobX active #102

@XuewenWangUGA

Description

@XuewenWangUGA

I found there is error when run jbrowse-web
Command I used:
cd packages/jbrowse-web
yarn start

Error:

Error: [MobX] There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use configure({ isolateGlobalState: true })
die
src/errors.ts:80

77 | if (DEV) {
78 | let e: any = typeof error === "string" ? error : errors[error]
79 | if (typeof e === "function") e = e.apply(null, args as any)

80 | throw new Error([MobX] ${e})
| ^ 81 | }
82 | throw new Error(
83 | typeof error === "number"

../../node_modules/mobx-run-in-reactive-context/node_modules/mobx/dist/mobx.esm.js/</globalState</<
src/core/globalstate.ts:160

157 | if (!canMergeGlobalState) {
158 | setTimeout(() => {
159 | if (!isolateCalled) {

160 | die(35)
| ^ 161 | }
162 | }, 1)
163 | return new MobXGlobals()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions