logger
logger copied to clipboard
Simple logger with stores inspector
Try to start project and gott error: > "Module not found: Error: Can't resolve 'process/browser' in 'C:\Users\20074894\WebstormProjects\project\node_modules\forest' > Did you mean 'browser.js'?" Also I tried add Webpack plugins: ```js new...
we need to show up how to use this debugging tool without having babel in project
```js root.onCreateEvent(event => { const watch = event.watch event.watch = fn => watch(upd => { console.group(...) try { fn(upd) } finally { console.groupEnd(...) } }) }) ```
It will be nice to add a checkbox to hide `.inFlight`, `.updates`, and `.pending`. Ref.: #23
Hi. Сan replace SyntheticEvent with a string symbol because logging an entire SyntheticEvent object causes lags in the browser. Current behavior:  Expected: ☄️effector `event` * → editRate('SyntheticEvent ')
Добрый день! когда мы подключаем logger к NextJs + effector в ts получаем ошибку "Error: combine expects a store in a field clock" если из .babelrc убрать настройку logger то...
### Versions - effector: 22.2.0 - effector-logger: 0.13.4 - node: 14.19.1 ### Reproduction Codesandbox (react + effector): https://codesandbox.io/s/serene-frog-rvcke7?file=/src/App.js ### Steps to reproduce: 1. Open sandbox repro 2. Type some player...
Hey 👋 Not sure if I'm doing something wrong or there is actually a bug. So I have this packages installed: ``` "effector": "^21.8.11", "effector-react": "^21.3.2", "effector-logger": "^0.13.3", ``` And...
Subj, `effector-logger` somehow breaks effector priorities, for example, `sample` began to work earlier, than `.on`, which completely breaks synchronous logic. Code ```js const passingBy = createEvent(); const goAhead = createEvent();...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...