-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
REMOVE previously deprecated default export from backgrounds #5828
Conversation
Didn't change any supported behaviour, but this should help with users migrating. #5818
This pull request is automatically deployed with Now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## next #5828 +/- ##
=======================================
Coverage ? 34.36%
=======================================
Files ? 648
Lines ? 9452
Branches ? 1340
=======================================
Hits ? 3248
Misses ? 5590
Partials ? 614
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks 🙇
REMOVE previously deprecated default export from backgrounds
Issue: #5818
What I did
Made the old
withBackgrounds
not throw an error but do nothing and log a deprecation warning.Updated the migration guide with info.