Skip to content

Commit 897e316

Browse files
authored
Removed overmind in overmind.state.isLoading
1 parent aecdda6 commit 897e316

File tree

1 file changed

+1
-1
lines changed
  • packages/overmind-website/examples/guide/connectingcomponents

1 file changed

+1
-1
lines changed

packages/overmind-website/examples/guide/connectingcomponents/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useOvermind } from '../overmind'
1010
const App = () => {
1111
const { state } = useOvermind()
1212
13-
if (overmind.state.isLoading) {
13+
if (state.isLoading) {
1414
return <div>Loading app...</div>
1515
}
1616

0 commit comments

Comments
 (0)