reasonml / reason-react

Reason bindings for ReactJS
https://reasonml.github.io/reason-react/
MIT License
3.25k stars 347 forks source link

Move ReactDOM.Server/TestUtils to ReactDOMServer/ReactDOMTestUtils #803

Closed davesnx closed 10 months ago

davesnx commented 10 months ago

To make sure bundlers don't include by accident server and test utils on client's bundlers.

jchavarri commented 10 months ago

Is this missing anything to be merged? I am updating a bunch of dependencies downstream and I want to make sure all the module renamings are in main to avoid having to do the process twice.