server-reason-react icon indicating copy to clipboard operation
server-reason-react copied to clipboard

Can't use `dune utop` with server-reason-react.react

Open davesnx opened this issue 2 years ago • 1 comments

dune utop uses react (from https://opam.ocaml.org/packages/react) which collides the name with react.ml from this project.

When you run dune utop you get:

→ ~/C/g/m/server-reason-react on main ✓ dune utop
File "_none_", line 1:
Error: Files packages/react/src/react.cma(React)
       and foo/server-reason-react/_opam/lib/react/react.cma(React)
       both define a module named React

davesnx avatar Sep 18 '23 12:09 davesnx

Real issue https://github.com/ocaml-community/utop/issues/463

davesnx avatar Aug 13 '24 14:08 davesnx