-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Description
Describe the Bug
I am using Ionic React and when adding i am getting the error in the console Make sure you use: <ion-refresher slot="fixed">
and refresher doesn't work. I am using the exact code from the documentation here: https://ionicframework.com/docs/api/refresher#basic-usage but no luck.
Expected Behavior
Refresher to work
Steps to Reproduce
<IonRefresher onIonRefresh={handleRefresh} slot="fixed">
<IonRefresherContent></IonRefresherContent>
</IonRefresher>
Screenshots
No response
Operating System
No response
Browser
No response
Version
Ionic React 8.3.0
Additional Information
No response