Is there a way to upgrade your project to @rescript/react when using bindings that are still using reason-react?
We are seeing errors from bindings that still use reason-react - make inconsistent assumptions over interface React
Thanks!
Is there a way to upgrade your project to @rescript/react when using bindings that are still using reason-react?
We are seeing errors from bindings that still use reason-react - make inconsistent assumptions over interface React
Thanks!
Can you join the discussion within this issue? Would be interesting to see what dependencies are out there.
TL;DR: Quickest workaround right now is copying the third-party bindings into your project until package maintainers bumped their codebases to @rescript/react
.
Related topic:
Makes sense, wanted to see if there was something I possibly missed, as I can see an upgrade like this being a lift for some projects if they are currently replying on a lot of bindings.
Thanks @ryyppy