Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Upgrade react to 15.3.2 #179

Merged

Conversation

juliandescottes
Copy link
Member

Tested this with the debugger.
It looks like React 15.3.2 introduces a breaking change when the build target is UMD.

I had to add an alias redirecting react to ReactUMDEntry and it works fine, but I didn't find any documentation/migration info endorsing this so I feel like I am missing something here.

Note that we could instead add the alias in the debugger/reps webpack config. But at least this way, most of the complexity remains in launchpad.

@juliandescottes juliandescottes changed the title Upgrade react Upgrade react to 15.3.2 Feb 10, 2017
Copy link
Contributor

@jasonLaster jasonLaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

This looks good. It's crazy that we need to point to an explicit entry, but that's okay.

@juliandescottes juliandescottes merged commit fc07d7f into firefox-devtools:master Feb 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants