()
| 699 | return { error }; |
| 700 | } |
| 701 | render() { |
| 702 | if (this.state.error) { |
| 703 | return <Text text={this.state.error.message} />; |
| 704 | } |
| 705 | return this.props.children; |
| 706 | } |
| 707 | } |
| 708 | |
| 709 | const store = createExternalStore({ |
no outgoing calls
no test coverage detected