In the Old version of Ionic, there is a known Bug with IonRange, which I could not solve otherwise:
ionic-team/ionic-framework#21101
The bug is solved in Ionic 7.
I tried it, and it works. Although Ionic 7 is still in Beta I would suggest upgrading.
Ionic 7 supports React 17+. Update to the latest version of React:
npm install react@latest react-dom@latest
Update to the latest version of Ionic 7:
npm install @ionic/react@next @ionic/react-router@next
What do you think?
In the Old version of Ionic, there is a known Bug with
IonRange, which I could not solve otherwise:ionic-team/ionic-framework#21101
The bug is solved in Ionic 7.
I tried it, and it works. Although Ionic 7 is still in Beta I would suggest upgrading.
What do you think?