mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +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