mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
The trailing / was being omitted, so instead of moving the cjs
directory itself, it would move only its contents instead. This broke
some internal path assumptions.
Additionally, updates the step to create the react-dom directory prior
to moving.
ghstack-source-id: b6eedb0c88
Pull Request resolved: https://github.com/facebook/react/pull/31026