Cazaciuc Gabriel
Cazaciuc Gabriel
First of all, thanks for such a tool, it looks awesome. In our teams we are mostly using Linux 64 bit and we would love to start using this tool....
The render code in ui.js uses the binding operator to pass updateUI and resetUI to the underlying component. This creates new functions at each render pass since behind the scenes...
The deep-equal dependency is missing when the package is installed from NPM. IT should be listed in package.json under dependencies.
When defining a decorator in the form: ``` js const actionCreators = { load: loadSpy }; const autoActions = { load: { args: (state, props) => "xyz", key: (state, props)...