Pavel Pimkin
Pavel Pimkin
HI, with complex markup, event handlers were lost in the code: (in FloatingAction ) ``` class FloatingAction extends Component { constructor(props) { super(props); this.state = { open: false }; }...
Version 3.18.1 Hi, for a rule containing .*. ```'conditions.*.values': 'required' ``` can't create custom message by mask .*. , custom message ```'required.conditions.*.values': 'select value'``` - does not work, custom message...
Hi, getting error using createHashHistory: _Reaction doesn't converge to a stable state after 100 iterations._ this piece of code does not work correctly: ``` function isLocationEqual(locationA, locationB) { return (...