You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have a way to ensure our React.ml (and Belt.ml, Js.ml, etc) match with the interface we would avoid those breakages #41 and be compatible would be a matter of following the interface.
Is there any way to depend on an interface from a dependency?
This was one approach #82 but still don't have a clear solution here.
Maybe splitting what's React public library and what's ppx_runtime_lib might help, but still can face issues while users might want to use React.jsx (or other runtime_lib stuff)
davesnx
changed the title
Any way to ensure interfaces remain valid from the original?
Any way to ensure interfaces remain valid from reason-react?
Jul 18, 2024
If we have a way to ensure our React.ml (and Belt.ml, Js.ml, etc) match with the interface we would avoid those breakages #41 and be compatible would be a matter of following the interface.
Is there any way to depend on an interface from a dependency?
PS: Asked for help here https://discuss.ocaml.org/t/is-there-any-way-to-depend-on-an-interface-file-from-a-dependency/13077
The text was updated successfully, but these errors were encountered: