Skip to content
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

Cannot read properties of null (reading 'nodeType') (usage from "rc-align") #67

Open
maxh opened this issue Jun 9, 2022 · 0 comments
Open

Comments

@maxh
Copy link

maxh commented Jun 9, 2022

We are seeing an error in this line of code in our error tracking:

if (utils.isWindow(element) || element.nodeType === 9) {

The stack trace indicates it's coming from rc-align usage:

image

Looks it might be fixable with safe property access within this library, but not sure exactly what's going on. Any help appreciated. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant