We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.2
schema_typed_1.ObjectType.shape is not a function
no type error
I copied your first code example into an online editor to run it and the lib has a type error.
https://github.com/rsuite/schema-typed#getting-started
https://stackblitz.com/edit/typescript-z822z2
The text was updated successfully, but these errors were encountered:
hi @jbeckton There are errors in the example code in the documentation. Should be ObjectType().shape
ObjectType().shape
-role: ObjectType.shape({ +role: ObjectType().shape({ name: StringType().isRequired('Name required'), permissions: ArrayType().isRequired('Permissions required'), })
Sorry, something went wrong.
No branches or pull requests
What version of schema-typed are you using?
2.0.2
Describe the Bug
schema_typed_1.ObjectType.shape is not a function
Expected Behavior
no type error
To Reproduce
I copied your first code example into an online editor to run it and the lib has a type error.
https://github.com/rsuite/schema-typed#getting-started
https://stackblitz.com/edit/typescript-z822z2
The text was updated successfully, but these errors were encountered: