Skip to content

Conversation

@Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Aug 2, 2018

  1. make sure preact-compat is at a version which supports IE11

fixes https://github.com/algolia/algoliasearch-magento-2/issues/535

See for more information also preactjs/preact-compat#423, which is the original fix of the bug

  1. make sure there's no duplicate dependency versions by using Yarn resolutions

NOTE: you can only use Yarn now to build, not npm.

1. make sure `preact-compat` is at a version which supports IE11

fixes https://github.com/algolia/algoliasearch-magento-2/issues/535

See for more information also preactjs/preact-compat#423, which is the original fix of the bug

2. make sure there's no duplicate dependency versions by using Yarn  resolutions

NOTE: you can only use Yarn now to build, not npm.
@Haroenv Haroenv requested review from JanPetr and vvo August 2, 2018 16:02
"hogan.js": "^3.0.2",
"instantsearch.js": "^2.4.0",
"instantsearch.js": "^2.9.0",
"preact-compat": "^3.18.2",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the important one, it used to be 3.17.x, which has the bug described

Copy link
Contributor

@JanPetr JanPetr left a comment

Choose a reason for hiding this comment

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

Thanks @Haroenv!

@JanPetr JanPetr merged commit 9b471ab into ISv2 Aug 3, 2018
@Haroenv Haroenv deleted the fix/preact-compat branch August 3, 2018 07: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.

2 participants