-
Notifications
You must be signed in to change notification settings - Fork 1.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
Fixes localStorage reference causing error #2796
Conversation
@microsoft-github-policy-service agree |
Please review @orta |
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.
Yeah, looks good to me - thanks, you'll need to wait until someone with write access merges it though ( I'd recommend using patch-package till then)
This LGTM but I'm not sure what's going on with CI. I'll try a close/reopen. |
Hm, maybe it's that version bump that is failing. |
Fixed the lock, but, I'm unsure if we need to also start bumping reverse deps to stop multiple versions from getting pulled in due to the use of exact versions. Not sure if there's something about version bumping I'm missing in this repo. |
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 but will merge/release this with the other PRs that require package publishes.
There's a script
|
With bump versions with #2904 to minimize the waiting within the current infrastructure. |
Fixes #2762