effector / effector/inspector

The issue with effector-inspector run

Open
#65 2 comments 0 reactions 0 assignees View on GitHub
help wanted question
Dominant language
TypeScript
Stars
27
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Hi everyone!

I have an issue with the inspector run.
`package.json`

```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:

![image](https://github.com/effector/inspector/assets/2699237/01dbbf82-e452-43c0-b575-b4d53fb5ff97)

My initialization:

```ts
const rootDomain = createDomain();
createInspector();
attachInspector(rootDomain);
```

When I'm running it, I get the error with `sidValueMap` to be `undefined`.
![image](https://github.com/effector/inspector/assets/2699237/a0c91e69-e629-43e7-bf3a-16961f7449b4)

And as a consequence of this, the error:

![image](https://github.com/effector/inspector/assets/2699237/a2e5709e-94b4-447f-957a-7f35080a66bb)

Does anyone has any ideas what to do with that?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.