()
| 4738 | console.error(error, info.componentStack) |
| 4739 | ); |
| 4740 | render() { |
| 4741 | return this.state.e ? /* @__PURE__ */ jsx2("span", { |
| 4742 | className: "warn", |
| 4743 | children: INSPECTOR_ERROR_MESSAGE |
| 4744 | }) : this.props.children; |
| 4745 | } |
| 4746 | }; |
| 4747 | var Header = ({ s }) => { |
| 4748 | const position = useValue(POSITION_VALUE, s) ?? 1; |
nothing calls this directly
no outgoing calls
no test coverage detected