react-json-schema-proptypes icon indicating copy to clipboard operation
react-json-schema-proptypes copied to clipboard

Define React propTypes with JSON schema, then introspect and fake props

Results 6 react-json-schema-proptypes issues
Sort by recently updated
recently updated
newest added

- removed some dependencies that were not in use - updated ajv 3 versions to v6. this looks to have brought some more speed and better compatibility with more modern...

This is a possible fix for issue #8

Thank you for this, this is awesome. I ran into an issue using nested schema's. E.g. i'm using the following schemas: ``` "Invoice": { "type": "object", "properties": { "invoiceDate": {...

I am using this package in a Meteor app, and unfortunately it is causing some trouble when deploying on Galaxy. When deployed with this package I get the following error....

I could be missing something, but when a component does not have a child, null is passed instead. This means that a component without child will fail the propType validation...

bug

Same as for example https://github.com/dowjones/graphql-dynamodb-connections

enhancement