-
Notifications
You must be signed in to change notification settings - Fork 369
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
[Wallet] Don't log all props, which includes i18n #1445
Conversation
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.
Thanks for cleaning up these logs
Codecov Report
@@ Coverage Diff @@
## master #1445 +/- ##
==========================================
- Coverage 65.87% 65.86% -0.01%
==========================================
Files 271 271
Lines 8061 8062 +1
Branches 490 490
==========================================
Hits 5310 5310
- Misses 2639 2640 +1
Partials 112 112
Continue to review full report at Codecov.
|
Nice! I had this on my list cause it was slowing down the app when opening that screen! Glad you fixed it 👍 |
* master: [Wallet] Wallet can switch between hosted and local node (#1419) [Wallet] Prevent error from Avatar when name is missing (#1454) [Wallet] Show splash screen until JS is ready on iOS (#1453) Use new segment api keys used by both iOS and Android (#1452) [Wallet] Don't log all props, which includes i18n (#1445) [Helm] Updated the helm package to deploy the upgraded blockscout version (#1129) Tiny copy change (#1429) [contractkit] SortedOraclesWrapper + tests (#1405) [wallet] Refactor leftover thunk to sagas (#1388) [Wallet] Fix repeated QR code scanning and related navigation issues (#1439) [Wallet] Show the currency values with correct rounding. (#1435) [Wallet] Fix firebase initialization error on iOS after reinstalling the app (#1423) [Wallet] Use exit on iOS since we can't restart like Android (#1424) [Wallet] Update local currency styles and layout (#1325) Reset pincode cache if unlock fails (#1430)
Description
Since this component is connected to i18n, by doing
...this.props
we ended up logging all the translations.Tested
Ran locally
Other changes
Also whitelist
tti
propertyBackwards compatibility
No effect