Alexander Nosov
Alexander Nosov
same here. converting it to string `'0'` fixed the problem
I get the same error after migrating to react-router 1.0.0-rc1
`npm i --save-dev @types/react-scroll-sync` works now
Check this function, maybe it will help you https://github.com/nosovsh/fifteen/blob/master/src/GameHelpers.js#L27
Unfortunately I can not check it right know. But I think logic should be the same as for 4x4: number of permutation on shuffling should be _even_ Check this for...
That completely makes sense. One more common use case that can not be implemented now: if you want to show error icon in the header of the collapsed panel to...
Even more basic use case. If your form is split by multiple tabs/collapsible panels/modal windows/whatever that can be destroyed and recreated. 1. User opens one tab, clicks into a required...
hi @davidroeca , thanks for the quick answer. I see that I'm not the first facing this problem. Naming collisions can be prevented in few steps: 1. You have to...
Do I understand correctly that you suggest to put this at top level app reducer? And inside filter put all paths I need to make undoable? So the state of...
But that means that all paths in app in connect/selectors should be updated even which don't need undo :) I come up to the following reducer-wrapper that I can use...