-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
Feature RequestRequest for a new featureRequest for a new feature
Description
These props work perfectly on the CountdownTimerCircle component, and as a workaround, what I'm trying to achieve can be done by using the component with display: 'none' style. However, it would be awesome to have these props supported by the hook itself. This way I can do const { elapsedTime} = useCountdown({ key: key, initialRemainingTime: time, ... })
and avoid using the component unnecessarily.
Metadata
Metadata
Assignees
Labels
Feature RequestRequest for a new featureRequest for a new feature