react-compound-timer icon indicating copy to clipboard operation
react-compound-timer copied to clipboard

Create timers easily with React!

Results 22 react-compound-timer issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.5 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 4.5.1 (2023-12-04) fix: backport #15223, proxy...

dependencies

"vite": "^4.4.5", "typescript": "^4.9.5", "react": "^18.2.0", ``` Could not find a declaration file for module 'react-compound-timer'. '/home/flock/projects/lula-admin-frontend/node_modules/react-compound-timer/dist/cjs/react-compound-timer.cjs' implicitly has an 'any' type. Try `npm i --save-dev @types/react-compound-timer` if it exists...

I'm using `"react": "^16.13.1",` with javascript It is `"react-compound-timer": "^2.0.4",` and I'm getting the error: ``` ./node_modules/react-compound-timer/dist/react-compound-timer.legacy-esm.js 90:15 Module parse failed: Unexpected token (90:15) File was processed with these loaders:...

Hello everyone! Did someone have same error? I don't really understand what additional loader it want. It looks like normal js file. ERROR in ./node_modules/react-compound-timer/build/models/TimeModel.js 5:11 Module parse failed: Unexpected...

It is possible to call the stop/start function from other functions? I cannot find any example. Can anyone please help me? Thanks.

I need to reset the timer when it reaches 0 if some condition happens. Ex: ``` { if (someConidition) // Reset Timer Here }, }, ]} > {({ start, resume,...

Error: "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object"

I have read the documentation and seen the examples but I cannot find any flag that gives me whether the timer is running or not. Are there any props or...