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
After upgrading to 4.0.0, when we try to use ref with MentionsInput, to access MentionsInput functions, we this error:
Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?
Steps to reproduce:
Expected behaviour:
Allow to use ref with MentionsInput to access class functions
Observed behaviour:
Error written above
Workaround:
Add forwardRef to defaultStyle might help
The text was updated successfully, but these errors were encountered:
Yes, this would make sense. Glad to accept a PR, otherwise we're going to add this once we find a moment...
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After upgrading to 4.0.0, when we try to use ref with MentionsInput, to access MentionsInput functions, we this error:
Steps to reproduce:
Expected behaviour:
Allow to use ref with MentionsInput to access class functions
Observed behaviour:
Error written above
Workaround:
Add forwardRef to defaultStyle might help
The text was updated successfully, but these errors were encountered: