(instancePath: string, schema: JsonSchema)
| 45 | |
| 46 | export const getSubErrorsAt = |
| 47 | (instancePath: string, schema: JsonSchema) => (state: JsonFormsState) => |
| 48 | subErrorsAt(instancePath, schema)(state.jsonforms.core); |
| 49 | |
| 50 | export const getData = (state: JsonFormsState) => |
| 51 | extractData(get(state, 'jsonforms.core')); |
no test coverage detected
searching dependent graphs…