-
Notifications
You must be signed in to change notification settings - Fork 37
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
Angular Universal - ERROR ReferenceError: requestAnimationFrame is not defined #243
Comments
Could you fill the issue template properly, which angular version are you using? |
Angular 15. Angular version here is irrelevant as well as node version, OS version etc. I might make a pull request tomorrow. Will keep you posted |
It is important if it is a real issue, it should be documented which version of the library and which in angular version! |
Noted. I must have missed that. It's Angular Version 15 and |
For me, it works fine with Angular 15, I couldn't reproduce it, What is exactly the error? |
I will get to and try again today/tomorrow and report back. My apologies |
My apologies for the delay, still looking into it. Will confirm tomorrow if indeed an error, or something I did on my end. |
I was able to circle back to today as we finally got angular universal build working/deployed. The following is the error I am getting:
|
Same here
Configuration:
|
I tried to replicate the issue with Angular Universal but it worked fine, I couldn't reproduce this error! Anyway, I added a check in the Please try again with v8.0.0 and let me know if it worked out! |
When using this library with angular universal, I am getting the following error requestAnimationFrame is not defined.
The text was updated successfully, but these errors were encountered: