MGEJ
MGEJ
Also experiencing this with v1.121.21. With v1.120.20 we get no warnings.
The same thing happens if you use "useFormContext". However, this only happens when I use the recommended pattern of exposing the components via createFormHook(). If I don't provide them to...
> I managed to fix this by having two files. The reload will probably trigger the context to rerender because of HMR. > > File A ( context file): >...
To extend this: Right now it seems that only primitive types are getting prefixed with readonly if marked as such in the openapi definition. However $ref propertys are not marked...
Sorry for the delay. Here is an example: ``` openapi: 3.0.4 info: title: TEST_API version: v1 components: schemas: TestObject: type: object properties: idProp: allOf: - $ref: "#/components/schemas/TestId" readOnly: true enumProp:...
I think a small update to the notify example, showing the difference to thew raw notify approach, would be nice for discoverability of this new feature, too.