Skip to content

Commit

Permalink
fix(docz): add initial loading as true
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Aug 10, 2018
1 parent ee4b6c0 commit 3f05536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz/src/components/AsyncComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface State {

export class AsyncComponent extends Component<Props, State> {
public state = {
loading: false,
loading: true,
error: null,
data: {},
}
Expand Down

0 comments on commit 3f05536

Please sign in to comment.