mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
The problem in scripts\babel\transform-object-assign.js is that file path separator has '/' and '\' between Linux, MacOS and Windows, which causes yarn build error. See https://github.com/facebook/react/issues/24103