-
Notifications
You must be signed in to change notification settings - Fork 25
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
"Works with Universal" but doesn't #84
Comments
Thanks for the issue. I just changed the build in v2.6.1 of countup, so if you can somehow pin countUp to 2.6.0, it will solve this issue. It's because rollup insists on re-writing |
run |
Thanks. For |
In the future, please test breaking changes like this, especially when releases as a patch version (!). This broke our production app. |
There are unit tests and manual tests that I run on every release of CountUp.js. This angular wrapper is downstream of CountUp and although I have put great effort into keeping everything bug free for every possible use-case, things like this will get through occasionally. Also keep in mind that this is free, open source software and I am NOT responsible for your production app. Instead be thankful that I dropped what I was doing and quickly responded and fixed the issue. |
Version info
Description
This packages should work with Angular Universal, yet I get an error because countup.js references
window
in the very first line ofcountup.min.js
:The text was updated successfully, but these errors were encountered: