-
Notifications
You must be signed in to change notification settings - Fork 85
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: undefined is not an object (evaluating 'text.length') #36
Comments
Thanks for your feedback! |
@dabakovich I've updated the lib to 2.2.3 but still getting the same error... this is in utils.js file.. |
@dabakovich any update on this? |
Not yet. |
okay, will create a PR for same |
@dabakovich created a pull request(#39) for the same. Plz do let me know if you find anything wrong in PR. |
Should be fixed in v2.2.4. |
Hey,
I have a form where a user can add multiple fields and one of them is using
MentionInput
which is not a required field.When I try to edit the form then I'm getting the below error:
I looked into the code and found the issue. It's in
generatePlainTextPart
method. When i put a null check for the text then it works fine...Can you plz look into this? I can create a PR for same
Thanks!
The text was updated successfully, but these errors were encountered: