From 7b1664d8d60bb8450b052724507be8d3f89d9d64 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 26 Jun 2020 14:13:02 +0000 Subject: [PATCH] Deploy website Deploy website version based on d293652acb2d928cd959d038b28e6c3fb36d9db5 --- docs/next/appstate.html | 4 ++-- docs/next/appstate/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/next/appstate.html b/docs/next/appstate.html index ff09e5c4661..a72b0fc949f 100644 --- a/docs/next/appstate.html +++ b/docs/next/appstate.html @@ -107,7 +107,7 @@ return () => { AppState.removeEventListener("change", _handleAppStateChange); }; - }, []); + }, [_handleAppStateChange]); const _handleAppStateChange = (nextAppState) => { if (appState.current.match(/inactive|background/) && nextAppState === "active") { @@ -135,7 +135,7 @@
return () => { AppState.removeEventListener("change", _handleAppStateChange); }; - }, []); + }, [_handleAppStateChange]); const _handleAppStateChange = (nextAppState) => { if (appState.current.match(/inactive|background/) && nextAppState === "active") { @@ -135,7 +135,7 @@