(s, o)
| 36833 | } |
| 36834 | class JsonSchema_array extends Re.PureComponent { |
| 36835 | static defaultProps = ss |
| 36836 | constructor(s, o) { |
| 36837 | ;(super(s, o), (this.state = { value: valueOrEmptyList(s.value), schema: s.schema })) |
| 36838 | } |
| 36839 | UNSAFE_componentWillReceiveProps(s) { |
| 36840 | const o = valueOrEmptyList(s.value) |
nothing calls this directly
no test coverage detected