Heath C
Heath C
Hmmm, my issue went away with `v29.0.3` so YAY! Ok, it went away via the `globals` syntax but using the other syntax still fails for me... AHHHH! leaving `ts-jest` as...
@okko Maybe `29.0.3` fixes your issue too?
I also crashed into this... I will attempt to use [this solution](https://github.com/remix-run/react-router/issues/8139#issuecomment-1014746446) temporarily, since we are using `` only in one of our internal libraries so I could build it...
> We have also been blocked by the missing component and corresponding hooks in multiple web projects during the v6 migration. It would be great, if these could be reintroduced...
@kikonejacob In 5.0.0-beta.7 we added a new field called `ArraySchemaField` (defaulting to `SchemaField`) which lets you override the way an array item `children` is rendered. This is the `children` prop...
@DmacMcgreg After digging deeper I see the problem. First the `ui:options` are read on a per-field basis and are not applied globally. So in your example, if you want the...
Hmmm, after reading the documentation, I can see why you got confused. We need to fix the documentation to be clearer.
There are two approaches, you can add your own by making it a child of `` or use the `submitButtonProps.props` per this [documentation](https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/uiSchema/#submitbuttonoptions)
Fixed documentation
> Do you have an example of that? https://react-jsonschema-form.readthedocs.io/en/latest/api-reference/form-props/#children