-
Is there a way to implement this in ES6 browser processed modules? Trying:
```
import * as CountUp from 'countup.js'
```
and getting:
```
Uncaught ReferenceError: exports is not defined at count…
-
https://github.com/inorganik/countUp.js-angular2/blob/a569c20a80ced61ea29cde806bc8f6d6235fb7ba/projects/count-up/src/lib/count-up.directive.ts#L37
It won't work if `[endVal]="0"`
-
Hello there,
I'm getting the following error when using this package:
```
[Vue warn]: Error in mounted hook: "TypeError: CountUp is not a constructor"
found in
--->
at resources…
-
Are there any examples of hardware timers for Arduino IDE? I have used ESP32 hw timers a lot, but can't make since of them in the ESP32.
I need to sample the adc a a specified rate. I would like …
-
I want to animate countUp from an existing value. For example, I have 100 and I want to animate it to 200. Then I want to animate 200 to 300 an so on. For now, it always animates from 0.
-
-
Everything was working on Webpack v3 with next@6.1.1-canary.2. I'm not sure what exactly went wrong or is not supported. Using @zeit/next-css version 0.2.0 gives me some different error:
`Error: Chu…
bryan updated
5 years ago
-
### Environment
iview3.4.2
### Reproduction link
[https://www.iviewui.com/new-issue](https://www.iviewui.com/new-issue)
### Steps to reproduce
ERROR in ./node_modules/_iview@3.4.2@iview/dist/…
-
```
[X] Bug
CountUp.js version: v2.0.0
```
## Description
- Building the application with webpack, I get the following warning in the output logs:
`WARNING in ./node_modules/countUp.js…
-
Promise .finally does not seem to work with core **v1.0.784**
```javascript
const promise = new Promise((resolve, reject) => resolve(1));
promise.finally(console.log)
```
==> `promise.finally…