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

fix: Default props of CounterInput with wrong value #2618

Closed jeduardo824 closed 11 months ago

jeduardo824 commented 1 year ago

Describe the bug

The default props of the CounterInput has a wrong value (here). It should be medium instead of mediun.

Screenshots

If applicable, add screenshots to help explain your problem.

To Reproduce 🕹

Steps to reproduce the behavior:

  1. Try to use the CounterInput; it will raise an error in the console.

Expected Behavior 🤔

No error is throw

Current Behavior 😯

Error is thrown

Possible Solution Fix the props