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(graphcache): Fix untranspiled class field initializer syntax in bundle #3275

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

kitten
Copy link
Member

@kitten kitten commented Jun 15, 2023

Resolves #3274

Summary

Fixes untranspiled class property initializer syntax being leftover in build output due to syntax used in the Store.

This is a regression in #3053, and further regressions will be prevented by adding an ESLint rule.

Set of changes

  • Relace class property initializer in Store

@kitten kitten merged commit 997ecf5 into main Jun 15, 2023
@kitten kitten deleted the fix/restricted-class-field-syntax branch June 15, 2023 16:37
@github-actions github-actions bot mentioned this pull request Jun 15, 2023
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.

graphcache: Untranspiled class property initializers break Safari <14.1
1 participant