Maxim Molochkov

Results 6 comments of Maxim Molochkov

For example, you can not currently use [react-hook-form](https://react-hook-form.com) library with agnosticui

For default import to work without `esModuleInterop` option, `.cjs` files must have exports like: ```js const fn = () => {}; module.exports = fn; module.exports.default = fn; ``` See an...

Under the hood, `valueOf` is called when passing a schema from `fluent-json-schema`. How about we remove this code and explicitly call `valueOf` when passing the schema? It seems to me...

Perhaps the best solution in this situation would be to return the `object` type for the schema. At the same time, leave the re-import of the `JSONSchemaType` type from the...

There is still an old version of script on site. But if I manually apply your changes to script - it works as expected

> The PR is long enough to forget the detail on why it happen. The raise of this PR is that the current types is too strict to support only...