Stefan Dirix
Stefan Dirix
Hi @lellimecnar, Thanks for the report. In general we don't just return `undefined` when the scope is `#`, see [here](https://github.com/eclipsesource/jsonforms/blob/a5fdca6fb6afa9820eabe8051401785675f53ad7/packages/core/src/util/resolvers.ts#L45-L62). Can you confirm that your whole data object is not...
In the JSON Forms code base we have two different kind of paths: - The `schemaPath` which is in the form of a JSON Pointer and resolves to a subschema...
Thanks for the report! I agree, we should try to get rid of the now deprecated Hidden component. Would you like to contribute this change?
The tests also run whenever a PR is opened on the CI servers. I did not test for a while but the Material UI Tests should also run on Mac,...
We often recommend going with the alternative approach described by you. The reason is that errors are naturally scoped and it's easy to add custom stepping logic then. There is...
We have an overview over the renderer sets here: https://jsonforms.io/docs/renderer-sets The website is also open source, so you can [add an entry for the stepper variant of the Categorization there](https://github.com/eclipsesource/jsonforms2-website/blob/1ae7d8ccb6fb5ab87aad19c2bec98717635a2943/content/docs/renderer-sets.mdx).
> This doesn‘t work since the shims declaration for SFCs has no export „entry“ declared. Therefore, in production mode, the entry object is not exported (don‘t ask me, why it‘s...
Hi @Anmol0410, Thanks for the report. It works for me  Can you give more details, e.g. paste the full code and package.json of your broken state?
Hi @davewwww, Oh wow that is super weird. Yes, the error is thrown in AJV. It seems the AJV code generation fails for the schema. I never saw that before...
Hi @andervaler, Did you try to install it anyway and check whether it still works? If yes we could raise our peer dependency range.