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

TypeError when clicking on an unsynced item with a validation error #125

Closed
olivierdalang opened this issue Oct 11, 2020 · 1 comment
Closed

Comments

@olivierdalang
Copy link

When an item doesn't sync because of a validation error (e.g. too many chars), it appears as unsynced with "one or more errors found".

When clicking on it to fix the error, the screen gets blank with TypeError: Cannot use 'in' operator to search for 'code' in undefined.

react-dom.production.min.js:209 TypeError: Cannot use 'in' operator to search for 'code' in undefined
    at Form.js:88
    at Array.map (<anonymous>)
    at OC (Form.js:87)
    at IC (Form.js:52)
    at $v (react-dom.production.min.js:153)
    at g_ (react-dom.production.min.js:261)
    at cx (react-dom.production.min.js:246)
    at lx (react-dom.production.min.js:246)
    at ex (react-dom.production.min.js:239)
    at react-dom.production.min.js:123
@sheppard
Copy link
Member

Thanks for reporting this. It should be fixed in wq.app 1.3.0a2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants