bump @rjsf v5 dependencies to beta.18
Signed-off-by: Paul Cowan <paul.cowan@cutting.scot>
This commit is contained in:
@@ -47,11 +47,11 @@
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
"@rjsf/core": "^3.2.1",
|
||||
"@rjsf/core-v5": "npm:@rjsf/core@5.0.0-beta.17",
|
||||
"@rjsf/core-v5": "npm:@rjsf/core@5.0.0-beta.18",
|
||||
"@rjsf/material-ui": "^3.2.1",
|
||||
"@rjsf/material-ui-v5": "npm:@rjsf/material-ui@5.0.0-beta.17",
|
||||
"@rjsf/utils": "5.0.0-beta.17",
|
||||
"@rjsf/validator-ajv8": "5.0.0-beta.17",
|
||||
"@rjsf/material-ui-v5": "npm:@rjsf/material-ui@5.0.0-beta.18",
|
||||
"@rjsf/utils": "5.0.0-beta.18",
|
||||
"@rjsf/validator-ajv8": "5.0.0-beta.18",
|
||||
"@types/json-schema": "^7.0.9",
|
||||
"classnames": "^2.2.6",
|
||||
"json-schema": "^0.4.0",
|
||||
|
||||
@@ -125,9 +125,9 @@ export const Stepper = (stepperProps: StepperProps) => {
|
||||
);
|
||||
|
||||
const handleNext = async ({
|
||||
formData,
|
||||
formData = {},
|
||||
}: {
|
||||
formData: Record<string, JsonValue>;
|
||||
formData?: Record<string, JsonValue>;
|
||||
}) => {
|
||||
// TODO(blam): What do we do about loading states, does each field extension get a chance
|
||||
// to display it's own loading? Or should we grey out the entire form.
|
||||
|
||||
Reference in New Issue
Block a user