Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure installURL is set before calling withInstallHelpers #1400

Closed
wants to merge 1 commit into from

Conversation

mstriemer
Copy link
Contributor

@mstriemer mstriemer commented Nov 21, 2016

The props weren't getting set for the updated withInstallHelpers HOC so it was failing on install. I made it throw now if it is misconfigured.

Just had to reorder the compose() in Addon to fix this.

Fixes mozilla/addons#3770.

@@ -160,6 +160,7 @@
"bunyan": "1.8.5",
"camelcase": "4.0.0",
"classnames": "2.2.5",
"common-tags": "^1.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@mstriemer
Copy link
Contributor Author

Superseded by mozilla/addons#2377.

@mstriemer mstriemer closed this Nov 21, 2016
@mstriemer mstriemer deleted the addon-install-fails-4035 branch November 21, 2016 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add-on cannot be installed from about:addons page
2 participants