Claudio S.
Claudio S.
added: https://github.com/foxhound87/rfx-next
Hello @kitze mobx-router is very cool, great work! I would like to replace react-router in my projects but I need SSR support. Is this in your roadmap? Thank You.
that's my .babelrc ``` { "presets": ["es2015", "react"], "plugins": [ "babel-root-import" ], "env": { "development": { "presets": ["react-hmre"] } } } ``` and this is what I get when I...
I don't know why it is not working anymore, my code is very simple, but after updating to react 18 stopped working: code: https://github.com/foxhound87/mobx-react-form-devtools/blob/master/src/components/Draggable.jsx#L11 Version: 4.4.5 these errors are appearing:...
Hello, right now to register a new rule you have to call `Validator.register()` and the rule is available in a new Validator instance. But I have an issue when registering...
When I have < 3 elements, the rendering breaks. Mostly when the view is re-rendered. Thank You.
Related to https://github.com/alexkuz/react-json-tree/issues/94