You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v4.x
v5.x
v6.x
Nightly
Current Behavior
When using custom events example InfiniteScrollCustomEvent, I will get an error on my IDE as shown below. Please note this happens when I use any custom events such as the refresher custom event etc
Expected Behavior
When using a custom event, the IDE should not show the error
Steps to Reproduce
Create a fresh Ionic Angular project
Enter the following code
In .html
<ion-infinite-scroll threshold="100px" (ionInfinite)="loadMore($event)">
<ion-infinite-scroll-content loadingSpinner="dots" loadingText="Loading More Cosmetics...">
</ion-infinite-scroll-content>
</ion-infinite-scroll>
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prerequisites
Ionic Framework Version
Current Behavior
When using custom events example
InfiniteScrollCustomEvent
, I will get an error on my IDE as shown below. Please note this happens when I use any custom events such as the refresher custom event etcExpected Behavior
When using a custom event, the IDE should not show the error
Steps to Reproduce
In .html
In .ts
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.19.0 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.3
@angular-devkit/build-angular : 13.3.4
@angular-devkit/schematics : 13.3.4
@angular/cli : 13.3.4
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 3.5.0
@capacitor/android : not installed
@capacitor/core : 3.5.0
@capacitor/ios : 3.5.0
Utility:
cordova-res : not installed globally
native-run : 1.5.0
System:
NodeJS : v16.14.2 (/usr/local/bin/node)
npm : 8.5.0
OS : macOS Monterey
Additional Information
No response
The text was updated successfully, but these errors were encountered: