server-reason-react
server-reason-react copied to clipboard
Can't use `dune utop` with server-reason-react.react
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
Real issue https://github.com/ocaml-community/utop/issues/463