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

Fix Symbol.observable polyfill mismatch #1003

Merged
merged 5 commits into from Jan 12, 2022

Conversation

Methuselah96
Copy link
Member

@Methuselah96 Methuselah96 commented Jan 11, 2022

Fixes #1002. The Symbol.observable was ponyfilling to different values depending on whether symbol-observable had been imported yet. This fixes it by waiting to call the ponyfill until the store is being created. This should make sure that it is consistent with the symbol used by Redux.

@Methuselah96 Methuselah96 changed the title Remove spreading store in instrument Fix Symbol.observable polyfill mismatch Jan 11, 2022
@Methuselah96 Methuselah96 enabled auto-merge (squash) January 12, 2022 04:42
@Methuselah96 Methuselah96 merged commit 912e2d1 into main Jan 12, 2022
@Methuselah96 Methuselah96 deleted the instrument-remove-store-spread branch January 12, 2022 04:56
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.

Breaking changes after updating extension to v3
1 participant