Nikita Butenko
Nikita Butenko
See #79 for some ideas and also check tag releases for all the changes Seems fairly stable. Lacking docs for the moment but we should gradually add them Blockers: -...
At the moment pathname params can be extracted from `state.currentRoute.params` and query as `state.query`. They have effectively the same meaning so should be merged together
I thought about taking something like calendar/date-picker and enriching it with component-router. Could be published as part of elementalui. Makes sense, @JedWatson? /cc @halhenke
This issue is quite tricky to even report and I understand if you just close it as "cannot reproduce". I even thought about not opening this issue as it is...
Lib names can be in `@somescope/lib-name` format and `^\w` regex does not cover it

Need to check downstream to make sure it is not breaking change. NOTE: when using `ref` `findDOMNode` is necessary since Debounce is wrapper component and it's own ref is not...
Since `DebounceInput` is supposed to be a drop-in replacement, it should not fail if `onChange` or any other prop is not present.