ndresx / react-countdown

A customizable countdown component for React.
MIT License
746 stars 69 forks source link

fix: Replace `React.createRef` to resolve peer dependency issue #260

Closed ndresx closed 1 month ago

ndresx commented 1 month ago

This replaces React.createRef with a ref handler to resolve the peer dependency compatibility issue outlined here #243.

Resolves #243

coveralls commented 1 month ago

Coverage Status

coverage: 99.638% (-0.4%) from 100.0% when pulling 280803edc7ae7e1adbe5e3af4b60be58338d9ae5 on fix-issue-243 into 545a90528ef1809a15427bf617b6bcf07e626f62 on master.