react-progress-label
react-progress-label copied to clipboard
React Progress Label v3.1.7 incompatible with React 18
I am trying to use react-progress-label in my project, which uses React 18.3.1. I encountered an error indicating a version conflict.
Steps to Reproduce:
- Create a new React project with Vite + React.
- Install
react-progress-label. - Run the project.
Expected Behavior:
react-progress-label should integrate smoothly with React 18.3.1 without any errors.
Actual Behavior:
I receive an npm error code ERESOLVE error, indicating a version conflict with React.
Environment:
- Node.js version: 18.18.0
- Operating System: Windows
- React version: 18.3.1
Labels: bug, react