-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add ErrorBoundary around Rules panel #9733
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -14038,17 +14037,6 @@ __metadata: | |||
languageName: node | |||
linkType: hard | |||
|
|||
"playwright@npm:^1.37.1": |
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.
Did someone not run yarn install
after updating package.json
or is Yarn just being clowny?
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.
That one's probably my fault from yesterday, sorry!
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.
No worries!
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: playwright@1.37.1, react-error-boundary@4.0.11 |
Loom overview
While I was in there I also removed the unused
react-error-boundary
dependency.