inspector icon indicating copy to clipboard operation
inspector copied to clipboard

Inspector for effector stores

Results 19 inspector issues
Sort by recently updated
recently updated
newest added

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...

help wanted
question

- [ ] https://github.com/effector/inspector/blob/ef3976cadfbb364503ac0445f92bffe29163de3b/src/index.ts#L8 - [ ] https://github.com/effector/effector/blob/c14d0b62c7e6f0ec09cde2cec5725e123df540e4/src/vue/optionsApi.ts#L4 - [ ] https://github.com/effector/inspector/blob/ef3976cadfbb364503ac0445f92bffe29163de3b/src/tabs/log/model.ts#L2 - [ ] https://github.com/effector/inspector/blob/ef3976cadfbb364503ac0445f92bffe29163de3b/src/tabs/trace/model.ts#L2

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.3 to 3.2.7. Changelog Sourced from vite's changelog. 3.2.7 (2023-05-26) fix: port #13348 to v3, fs.deny with leading double slash (#13349) (0574f80), closes #13348 #13349 3.2.6 (2023-04-18)...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.15.0 to 15.10.1. Release notes Sourced from stylelint's releases. 15.10.1 Security: fix for semver vulnerability (#7043) (@​romainmenke). Fixed: invalid option regression on Windows 10 (#7043) (@​romainmenke). 15.10.0...

dependencies

Hi! I noticed that the inspector creates a lot of DOM nodes and objects in memory to display everything (store, event, effect, etc...) without any constraints on size. Maybe it's...

help wanted

_Originally posted by @sergeysova in https://github.com/effector/inspector/issues/6#issuecomment-782147978_

enhancement

Inspector doesn't work both bundled and createInspector setup ![image](https://user-images.githubusercontent.com/1519753/153534294-f2b3c84f-8ac1-44b7-81c4-e10b0ac8069b.png) ``` "effector": "22.2.0", "effector-inspector": "0.8.1", "effector-logger": "0.13.3", ``` Reproduce: https://github.com/SQReder/effector-inspector-reproduce

enhancement
SSR