react-jsonschema-form-pagination
react-jsonschema-form-pagination copied to clipboard
schema passed from componentDidMount not update
I really like this work! But we need to get schema and uischema from database, so we start with empty schema:{} in state and in componentDidMount we update this.state.schema with object. But there's no update in rendered form.
Is there another way to update schema in react lifecicle and then get rendered pagination updated?