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
So installing the latest version throws me that error. The issue here as far a I can debug is due to
this.refs.grid //undefined
and the error happens on getGridRect method
return this.refs.grid.getBoundingClientRect(); //undefined
The text was updated successfully, but these errors were encountered:
Hi @ggordan , This library is ideal for my usecase but I am getting the same error.
Sorry, something went wrong.
I'm getting exactly the same error
I wonder if this project is still being maintained? this issue has bee posted for a long time.
G
Same here. A year later the issue is still here. The project is most likely abandoned.
No branches or pull requests
So installing the latest version throws me that error.
The issue here as far a I can debug is due to
and the error happens on getGridRect method
The text was updated successfully, but these errors were encountered: