Cazaciuc Gabriel
Cazaciuc Gabriel
I believe this is due to a child `local` component that gets unmounted when handler is triggered and the container sets `isOpen` to false . I'll add a test to...
Unfortunately i haven't been able to reproduce it in a test no matter what i do. I would need your help with a minimal reproduction step and we can pick...
You could also try it to reproduce against 1.5.0 to see if it's still a problem.
Sounds fishy that you are double wrapping the component in local unless you want to pull data from different stores(in which case you could checkout if maybe a 'connect' isn't...
We could use the key as a namespace, eg allow keys such as 'namespace.mycomp'(eg dot separatted) without introducing new concepts to the API, which is what i generally prefer. Also...
I don't think I'll have time to work on this feature specifically right now, if you would like and have the time you can put up a PR and I'll...
Is "flow convert" command currently considered usable ? I'm not sure if there is currently an official way to convert .d.ts files but i know there has been some work...
You can also check out https://github.com/gcazaciuc/redux-fractal which allows you to do that
For anyone interested an alternative solution without any dependencies on immutableJS is https://github.com/gcazaciuc/redux-fractal
There is a problem on how dependencies are setup that cause the CI failures. Tests pass locally. i will have a look at it, also had similar issues like this...