From 1ef587b8c279854a922ca0ee51cc8b5d55812f2e Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 9 Nov 2020 13:36:35 -0500 Subject: [PATCH] fix typos and bump lbryinc --- .flowconfig | 2 -- package.json | 2 +- ui/component/fileRenderFloating/view.jsx | 2 ++ ui/page/settings/index.js | 2 +- yarn.lock | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.flowconfig b/.flowconfig index bcc5a4557..4870244e1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,8 +1,6 @@ [ignore] .*\.typeface\.json .*/node_modules/findup/.* -node_modules/lbryinc/flow-typed/Redux.js -node_modules/lbry-redux/flow-typed/Redux.js [include] diff --git a/package.json b/package.json index 6c4d9c4e9..21f8e9e1a 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", "lbry-redux": "lbryio/lbry-redux#c86810038c966f5d88e1df7b787fbe1d31a96802", - "lbryinc": "lbryio/lbryinc#9bdf18eef6a65aef7d92ce1040b6f8d3db1be671", + "lbryinc": "lbryio/lbryinc#801f1590590962fe53fe6fb6d3a7012a636bb36b", "lint-staged": "^7.0.2", "localforage": "^1.7.1", "lodash-es": "^4.17.14", diff --git a/ui/component/fileRenderFloating/view.jsx b/ui/component/fileRenderFloating/view.jsx index 27492e8ad..8a91c2738 100644 --- a/ui/component/fileRenderFloating/view.jsx +++ b/ui/component/fileRenderFloating/view.jsx @@ -162,6 +162,8 @@ export default function FileRenderFloating(props: Props) { left: rect.left, width: rect.width, height: rect.height, + // $FlowFixMe + x: rect.x, }; // $FlowFixMe diff --git a/ui/page/settings/index.js b/ui/page/settings/index.js index 2b2ca57aa..b02283af6 100644 --- a/ui/page/settings/index.js +++ b/ui/page/settings/index.js @@ -43,7 +43,7 @@ const perform = dispatch => ({ setClientSetting: (key, value) => dispatch(doSetClientSetting(key, value)), updateWalletStatus: () => dispatch(doWalletStatus()), confirmForgetPassword: modalProps => dispatch(doNotifyForgetPassword(modalProps)), - clearPlayingUri: () => dispatch(doSetPlayingUri(null)), + clearPlayingUri: () => dispatch(doSetPlayingUri({ uri: null })), setDarkTime: (time, options) => dispatch(doSetDarkTime(time, options)), openModal: (id, params) => dispatch(doOpenModal(id, params)), enterSettings: () => dispatch(doEnterSettingsPage()), diff --git a/yarn.lock b/yarn.lock index 5c384ad25..b4de64ab4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7419,9 +7419,9 @@ lbry-redux@lbryio/lbry-redux#c86810038c966f5d88e1df7b787fbe1d31a96802: reselect "^3.0.0" uuid "^8.3.1" -lbryinc@lbryio/lbryinc#9bdf18eef6a65aef7d92ce1040b6f8d3db1be671: +lbryinc@lbryio/lbryinc#801f1590590962fe53fe6fb6d3a7012a636bb36b: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/9bdf18eef6a65aef7d92ce1040b6f8d3db1be671" + resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/801f1590590962fe53fe6fb6d3a7012a636bb36b" dependencies: reselect "^3.0.0"