logger icon indicating copy to clipboard operation
logger copied to clipboard

Simple logger with stores inspector

Results 48 logger issues
Sort by recently updated
recently updated
newest added

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

bug

we need to show up how to use this debugging tool without having babel in project

enhancement

```js root.onCreateEvent(event => { const watch = event.watch event.watch = fn => watch(upd => { console.group(...) try { fn(upd) } finally { console.groupEnd(...) } }) }) ```

feature

It will be nice to add a checkbox to hide `.inFlight`, `.updates`, and `.pending`. Ref.: #23

good first issue
feature

Hi. Сan replace SyntheticEvent with a string symbol because logging an entire SyntheticEvent object causes lags in the browser. Current behavior: ![image](https://user-images.githubusercontent.com/19804652/85277842-b860e380-b48c-11ea-9cb9-7adfe6115052.png) Expected: ☄️effector `event` * → editRate('SyntheticEvent ')

good first issue
feature

Добрый день! когда мы подключаем logger к NextJs + effector в ts получаем ошибку "Error: combine expects a store in a field clock" если из .babelrc убрать настройку logger то...

bug

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

bug

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

bug

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();...

bug

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

dependencies