mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a9add2fe08
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