-
Notifications
You must be signed in to change notification settings - Fork 358
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
NodeJS v21 ua.indexOf throws TypeError: Cannot read properties of undefined (reading 'indexOf') #2123
Comments
Same here.
|
@nex3 , can you explain why this is getting closed? |
@stheine because of this I guess dart-lang/sdk#53784 |
That's right. This is an issue with the dart2js compiler; we can't fix it in Sass. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I upgraded to NodeJS v21
Then I replaced all navigator.userAgent in the file with navigator.userAgent || '' and it worked normally
The text was updated successfully, but these errors were encountered: