MCPcopy Create free account
hub / github.com/shoutem/ui / constructor

Method constructor

components/EmptyStateView.js:11–15  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

9
10class EmptyStateView extends PureComponent {
11 constructor(props) {
12 super(props);
13
14 autoBindReact(this);
15 }
16
17 onRetry() {
18 const { onRetry } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected