-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Recent PR builds failing when dependencies not found #799
Comments
Our Travis CI build runs |
It appears that some change in React 15.4.0 is causing builds to fail in CI. [See issue facebookarchive#779.](facebookarchive#799) While we figure that out, let's limit the versions that will be used.
It looks like the issue with React 15.4.0 is known and a PR is out to fix it. Just waiting for that to land, and then we can bump the supported versions back to |
The issue is only related to the AMD format. Does Draft use AMD somewhere?
It looks like it is using incompatible versions of Can you check if bumping both to 15.4.0 fixes the issue? |
It's a module mapping issue. Fix is up. |
@gaearon and @zpao are correct that the issue I linked to originally is not related. The issue is that React v15.4.0 moved the I'm still looking for the reason that flow is not finding the |
It appears that some change in React 15.4.0 is causing builds to fail in CI. [See issue facebookarchive#779.](facebookarchive#799) While we figure that out, let's limit the versions that will be used.
It appears that some change in React 15.4.0 is causing builds to fail in CI. [See issue #779.](facebookarchive/draft-js#799) While we figure that out, let's limit the versions that will be used.
Do you want to request a feature or report a bug?
A bug.
What is the current behavior?
The most recent PRs are getting failures in CI because
ReactDOM. Required module not found
andCannot find module 'react/lib/ReactTestUtils'
.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. You can use this jsfiddle to get started: https://jsfiddle.net/stopachka/m6z0xn4r/.
It seems like making any PR will trigger this error.
What is the expected behavior?
The tests should not fail for reasons unrelated to the PR.
Which versions of Draft.js, and which browser / OS are affected by this issue? Did this work in previous versions of Draft.js?
This is in CI on Github.
The text was updated successfully, but these errors were encountered: