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
I have found an issue where I'm developing a library that exposes "React" and when running dune utop it crashes with opam's react.
Is there any way utop doesn't load react on the session or namespaced at least?
(The problem probably happens with other dependencies)
File "_none_", line 1:
Error: Files /home/user/builds/buildbot999/ahrefs/monorepo/_opam/lib/server-reason-react/react/react.cma(React)
and /home/user/builds/buildbot999/ahrefs/monorepo/_opam/lib/react/react.cma(React)
both define a module named React
The text was updated successfully, but these errors were encountered:
Hi,
I have found an issue where I'm developing a library that exposes "React" and when running
dune utop
it crashes with opam's react.Is there any way utop doesn't load
react
on the session or namespaced at least?(The problem probably happens with other dependencies)
The text was updated successfully, but these errors were encountered: