Sova
Sova
@Sozonov Can you resolve conflicts, please. I want to merge
On present no way to do it without babel-loader. You will also need babel-loader to setup tests.
Idea from linked issue > Maybe we could create an API for attaching logger to a particular derived store, which might look like this: > > ```ts > import {...
@slikk66 Thank you for the issue report! You use `export default` but the babel-plugin parses the name of the variable to set it to the store config. I strongly recommend...
You can use babel-plugin, like this: ```json { "plugins": ["effector-logger/babel-plugin"] } ``` Enable plugin just for development
@yumauri Can you add integration tests for this feature?
We have crash of the browser on the devices with small amount of memory
@PabloSzx Can I disable this behaviour? I don't use react client at all. I'm using `refetch` and `resolved`
@silentnull thats so bad =(
You can use defaultReducer, to handle your case. I going to think about better API