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
Error: Element ref was specified as a string (bar) but no owner was set. This could happen for one of the following reasons:
You may be adding a ref to a function component
You may be adding a ref to a component that was not created inside a component's render method
You have multiple copies of React loaded See https://reactjs.org/link/refs-must-have-owner for more information.
"react": "^17.0.2", "react-dom": "^17.0.2", "react-gantt": "^2.1.8", "moment": "^2.29.1",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error: Element ref was specified as a string (bar) but no owner was set. This could happen for one of the following reasons:
You may be adding a ref to a function component
You may be adding a ref to a component that was not created inside a component's render method
You have multiple copies of React loaded
See https://reactjs.org/link/refs-must-have-owner for more information.
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gantt": "^2.1.8",
"moment": "^2.29.1",
The text was updated successfully, but these errors were encountered: