react-progress-label icon indicating copy to clipboard operation
react-progress-label copied to clipboard

React Progress Label v3.1.7 incompatible with React 18

Open Yourmix0x opened this issue 1 year ago • 0 comments

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:

  1. Create a new React project with Vite + React.
  2. Install react-progress-label.
  3. 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

Yourmix0x avatar Aug 23 '24 23:08 Yourmix0x