React 16.x compatibility
I have this error when adding this module:
warning " > [email protected]" has incorrect peer dependency "react@^0.14.0 || ^15.x".
Is it compatible with React 16.x? If yes, could you please update the peer dependency?
Thanks.
I hope it is compatible, however I do not work with React nowadays. So if you would like to contribute, please try it and if it works, please open a PR. Thanks.
It doens't seem to be. Adding || ^16.x allows me to install it, but when I use it, nothing renders, and I get no errors in the console. The React element appears in the React DOM though:

If you have any ideas about how to debug this, I'd be happy to try them