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
When invoking bound.js without an options parameter like ...
const windowBound = Bounds();
... I get the error bounds.js:1 Uncaught TypeError: Cannot read property 'root' of undefined.
bounds.js:1 Uncaught TypeError: Cannot read property 'root' of undefined
Using an empty param (const windowBound = Bounds({});) as a workaround.
const windowBound = Bounds({});
The text was updated successfully, but these errors were encountered:
(Meant to file the issue over at ChrisCavs/bounds.js#1.)
Sorry, something went wrong.
No branches or pull requests
When invoking bound.js without an options parameter like ...
const windowBound = Bounds();
... I get the error
bounds.js:1 Uncaught TypeError: Cannot read property 'root' of undefined
.Using an empty param (
const windowBound = Bounds({});
) as a workaround.The text was updated successfully, but these errors were encountered: