react-countdown-clock icon indicating copy to clipboard operation
react-countdown-clock copied to clipboard

HTML5 canvas countdown clock React component

Results 28 react-countdown-clock issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Right now, an application using react 18.0.0 using react-countdown-clock only works with `npm install --legacy-peer-deps`, otherwise it fails with the following error: ``` $ npm install npm ERR! code ERESOLVE...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

When I open the URL you shared: http://pughpugh.github.io/react-countdown-clock/ in Chrome, there is color clipped at the bottom and right side of the countdown timer. The problem occurs on the following...

bug

In "dev" mode, build is ok (no call to UglifyJs). But in "prod" mode, while building bundle with wepback, there is an error at the end of the process: ```...

bug

i need countdown start when user not work with mouse o keyboard, how to control it? or when click in button in every page restart the time, can help me...

question

``` ] ] WebpackError: ReferenceError: window is not defined ] ] - react-countdown-clock.js:1 Object.../../../.libs/project-name/.node_pack ages/12.13.1/node_modules/react-countdown-clock/build/react-countdown-clock. js ] [12.13.1]/[react-countdown-clock]/build/react-countdown-clock.js:1:265 ``` Issue :- https://github.com/pughpugh/react-countdown-clock/issues/60

Hi, I am new with React, I try use 2 countdown clocks, the problem when the first finished (onComplete), the second one stops. How can I run multiple react-countdown-clock?

bug

How to restart on setState or any other condition or props change, I have tried to re-render the whole component using forceUpdate() but it doesn't seem to work. Using this...

enhancement
question