Skip to content

Commit 928a1aa

Browse files
Merge pull request cerebral#314 from tinahir/patch-1
Removed overmind in overmind.state.isLoading
2 parents eb2fabe + 897e316 commit 928a1aa

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)