From 801df9bbbc3d6b91f7d86521fd29f06893338e3e Mon Sep 17 00:00:00 2001 From: hackrush Date: Wed, 18 Oct 2017 23:19:47 +0530 Subject: [PATCH 1/3] Quick fix for "checked propType" errors spewing in console, for settings --- ui/js/page/settings/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/js/page/settings/view.jsx b/ui/js/page/settings/view.jsx index e11a2443f..a4a3a2547 100644 --- a/ui/js/page/settings/view.jsx +++ b/ui/js/page/settings/view.jsx @@ -237,7 +237,7 @@ class SettingsPage extends React.PureComponent { { this.onInstantPurchaseEnabledChange(false); @@ -247,7 +247,7 @@ class SettingsPage extends React.PureComponent { Date: Wed, 18 Oct 2017 23:26:41 +0530 Subject: [PATCH 2/3] I wrote the changelog but it disappeared --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c216f2bda..5b105284a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Fixed * Fixed handling of empty search results. - * + * Some console errors about "checked propType" when navigating to settings page. ### Deprecated * -- 2.45.2 From f60c3cfd9306f6302369b6572c2ba877cc0d0c09 Mon Sep 17 00:00:00 2001 From: hackrush Date: Fri, 20 Oct 2017 13:22:34 +0530 Subject: [PATCH 3/3] I'm not sure whether we have to commit yarn.lock too --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 40bbafce5..3119be846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -311,13 +311,13 @@ debug@2.2.0: dependencies: ms "0.7.1" -debug@2.6.0, debug@^2.3.2, debug@^2.6.0: +debug@2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b" dependencies: ms "0.7.2" -debug@^2.1.3, debug@^2.2.0, debug@^2.6.8: +debug@^2.1.3, debug@^2.2.0, debug@^2.3.2, debug@^2.6.0, debug@^2.6.8: version "2.6.8" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc" dependencies: -- 2.45.2