-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improvement/3308 isolate persisted data #3325
Conversation
…unnecessary rehydrates.
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
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.
Minor question & comment
package.json
Outdated
@@ -144,6 +144,7 @@ | |||
"is-url": "^1.2.4", | |||
"json-rpc-engine": "^6.1.0", | |||
"json-rpc-middleware-stream": "3.0.0", | |||
"lodash": "^4.17.21", |
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.
we're only using omit, so i am wondering if we can use just that eg: "lodash.omit": "^4.5.0",
you'll also need to update your import to: import omit from 'lodash.omit';
c35645f
to
2ebf09f
Compare
…into improvement/3308-isolate-persisted-data
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.
QA PASS! 🦖
Description
#3308
Checklist
Issue
Resolves #???