We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebee03 commit aa55e66Copy full SHA for aa55e66
1 file changed
core/src/components/refresher/refresher.tsx
@@ -141,9 +141,9 @@ export class Refresher implements ComponentInterface {
141
*/
142
@Event() ionPull!: EventEmitter<void>;
143
144
+ // TODO(FW-7044): Remove this in a major release
145
/**
146
* Emitted when the user begins to start pulling down.
- * TODO(FW-7044): Remove this in a major release
147
*
148
* @deprecated Use `ionPullStart` instead.
149
0 commit comments