ndresx / react-countdown

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

Incorrect peer dependencies: Incompatible with React 15 #243

Closed jeroenpastoor closed 1 month ago

jeroenpastoor commented 1 year ago

Using npm/yarn info to check peer dependencies, the following is returned: { react: '>= 15', 'react-dom': '>= 15' }

Based on this, React 15 should be supported. However, this component seems to rely on React.createRef, a function introduced in React 16.3.0, resulting in an error when using earlier versions.