We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5b629 commit 94c93d5Copy full SHA for 94c93d5
src/App.jsx
@@ -6,7 +6,7 @@ export default class App extends React.Component {
6
super(props)
7
8
this.state = {
9
- isLoading: false
+ isLoading: true
10
}
11
12
componentDidMount() {
0 commit comments