You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my package.json file tells that I am on version 2.3.3 ("react-countdown": "^2.3.3",) but latest update to onComplete is not reflected (as it is not firing up when given date was already passed) and when I navigate to its type, I see readonly onComplete?: CountdownTimeDeltaFn | LegacyCountdownProps['onComplete'];
And not
Hi, my
package.json
file tells that I am on version2.3.3
("react-countdown": "^2.3.3",
) but latest update toonComplete
is not reflected (as it is not firing up when givendate
was already passed) and when I navigate to its type, I seereadonly onComplete?: CountdownTimeDeltaFn | LegacyCountdownProps['onComplete'];
And not
I installed the package via yarn.
The text was updated successfully, but these errors were encountered: