We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab18bb8 + 6fdc506 commit 9c229ffCopy full SHA for 9c229ff
lib/useAppState.js
@@ -16,7 +16,7 @@ export default () => {
16
return () => {
17
AppState.removeEventListener('change', onChange)
18
}
19
- })
+ },[])
20
21
return appState
22
0 commit comments