diff --git a/core/src/components/refresher/readme.md b/core/src/components/refresher/readme.md index 765cc26598..7cc88f987d 100644 --- a/core/src/components/refresher/readme.md +++ b/core/src/components/refresher/readme.md @@ -51,7 +51,7 @@ Using the MD native `ion-refresher` requires setting the `pullingIcon` property @@ -104,7 +104,7 @@ export class RefresherExample { @@ -120,6 +120,7 @@ export class RefresherExample { import React from 'react'; import { IonContent, IonRefresher, IonRefresherContent } from '@ionic/react'; import { RefresherEventDetail } from '@ionic/core'; +import { chevronDownCircleOutline } from 'ionicons/icons'; function doRefresh(event: CustomEvent) { console.log('Begin async operation'); @@ -150,7 +151,7 @@ export const RefresherExample: React.FC = () => ( @@ -184,7 +185,7 @@ export const RefresherExample: React.FC = () => ( diff --git a/core/src/components/refresher/usage/angular.md b/core/src/components/refresher/usage/angular.md index 10280cc37d..73ef037952 100644 --- a/core/src/components/refresher/usage/angular.md +++ b/core/src/components/refresher/usage/angular.md @@ -17,7 +17,7 @@ diff --git a/core/src/components/refresher/usage/javascript.md b/core/src/components/refresher/usage/javascript.md index d337ed25e3..c5a40c8227 100644 --- a/core/src/components/refresher/usage/javascript.md +++ b/core/src/components/refresher/usage/javascript.md @@ -17,7 +17,7 @@ diff --git a/core/src/components/refresher/usage/react.md b/core/src/components/refresher/usage/react.md index a2cc671666..ebcba0b210 100644 --- a/core/src/components/refresher/usage/react.md +++ b/core/src/components/refresher/usage/react.md @@ -2,6 +2,7 @@ import React from 'react'; import { IonContent, IonRefresher, IonRefresherContent } from '@ionic/react'; import { RefresherEventDetail } from '@ionic/core'; +import { chevronDownCircleOutline } from 'ionicons/icons'; function doRefresh(event: CustomEvent) { console.log('Begin async operation'); @@ -32,7 +33,7 @@ export const RefresherExample: React.FC = () => ( diff --git a/core/src/components/refresher/usage/vue.md b/core/src/components/refresher/usage/vue.md index 82e9737646..e5e79b8b9c 100644 --- a/core/src/components/refresher/usage/vue.md +++ b/core/src/components/refresher/usage/vue.md @@ -18,7 +18,7 @@