Skip to content
New issue

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

Playground's Invariant Violation for JSON Schema 'array' typed property #715

Closed
Mhal007 opened this issue Apr 30, 2020 · 0 comments
Closed
Assignees
Labels
Type: Bug Bug reports and their fixes

Comments

@Mhal007
Copy link
Member

Mhal007 commented Apr 30, 2020

Steps to reproduce:

  1. Go to https://uniforms.tools/playground
  2. Change the schema type to JSON Schema
  3. Change the type of the city property from string to array:
    city: {type: 'string'}, => city: {type: 'array'},

Result:

Uncaught (in promise) Invariant Violation: Field not found in schema: "city.0"

@radekmie radekmie self-assigned this May 2, 2020
@radekmie radekmie added the Type: Bug Bug reports and their fixes label May 2, 2020
@radekmie radekmie moved this to Closed in Open Source Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug reports and their fixes
Projects
Archived in project
Development

No branches or pull requests

2 participants