An in-range update of react is breaking the build π¨
Closed this issue Β· 4 comments
There have been updates to the react monorepo:
-
- The
devDependency
react was updated from16.9.0
to16.10.0
.
- The
- The
dependency
react-dom was updated from16.9.0
to16.10.0
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the react group definition.
react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
- The
devDependency
react was updated from16.10.0
to16.10.1
. - The
dependency
react-dom was updated from16.10.0
to16.10.1
.
Your tests are still failing with these versions. Compare changes
Release Notes for 16.10.1 (September 28, 2019)
React DOM
- Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed (@sebmarkbage in #16943)
Closing in favour of #40.
I changed my mind! The issue raised in #40 is solved in React 16.10.1 but there are still other problems remaining.
Closing in favour of #42.