Open mapopp opened 1 year ago
Hi everyone!
I have an issue with the inspector run. package.json
package.json
"effector": "22.8.6", "effector-inspector": "0.14.1", "effector-logger": "0.14.0", "effector-react": "22.5.3",
babel-plugin is set up:
babel-plugin
My initialization:
const rootDomain = createDomain(); createInspector(); attachInspector(rootDomain);
When I'm running it, I get the error with sidValueMap to be undefined.
sidValueMap
undefined
And as a consequence of this, the error:
Does anyone has any ideas what to do with that?
I need to note: versions inside package.json are not the versions of the installed packages.
You can determine version using npm ls <package> or pnpm why <package>
npm ls <package>
pnpm why <package>
Yes, here is the result in the screenshot.
Hi everyone!
I have an issue with the inspector run.
package.json
babel-plugin
is set up:My initialization:
When I'm running it, I get the error with
sidValueMap
to beundefined
.And as a consequence of this, the error:
Does anyone has any ideas what to do with that?