Created by: lpalmes
After trying out to interop reasonml bindings for react, reason-react @chenglou found out that eslint was causing this practicular problem.
It is fixed in the newer version of eslint-plugin-react@7.3.0, this will allow to interop components in reason and plain js.
I have this repo that displays the error found out when running it (in one session yarn start
, in another yarn bsb-watch
), and a branch fixing the problem by upgrading the dependency.
I'm sure this will be helpful for a lot of people looking to chime into the future of react.
Thanks!