nexxtway / react-rainbow

🌈 React Rainbow Components. Build your web application in a snap.
https://react-rainbow.io
MIT License
1.79k stars 112 forks source link

Components Mismatch in Node Modules #2633

Open oussamakh96 opened 8 months ago

oussamakh96 commented 8 months ago

Issue Summary: I have encountered an issue with the installation of React Rainbow Components in my React JS project. Despite specifying version 1.32.0 in both the package.json and yarn.lock files, the components within the node_modules directory do not align with the specified version.

Steps to Reproduce:

  1. Clean yarn cache using yarn cache clean.
  2. Remove node_modules and yarn.lock with rm -rf node_modules and rm yarn.lock.
  3. Reinstall dependencies using yarn install.
  4. Check for warnings or errors during installation.
  5. Verify the specified version (1.32.0) in package.json and yarn.lock.
  6. Ensure that the components in node_modules match the specified version.

Expected Behavior: I expect that after installing React Rainbow Components with yarn, the components within the node_modules directory should match the specified version in package.json and yarn.lock.

Actual Behavior: Despite correct version specifications, the components in node_modules do not align with the specified version, causing unexpected behavior in my React project.

Environment:

Additional Information: [Include any additional details, warnings, or error messages you encountered during the installation process. Be as detailed as possible to help diagnose the issue.]

image image image image

Note: I have followed the recommended troubleshooting steps, including cleaning the yarn cache, removing node_modules and yarn.lock, and reinstalling dependencies. The issue persists, and I believe it is a bug that needs to be addressed.

Thank you for your assistance!