Skip to content

report() bug reproduced code. lifecycle, viewChild and angular syntax. - #13

Closed
rdlabo wants to merge 5 commits into
ionic-team:mainfrom
rdlabo:main
Closed

report() bug reproduced code. lifecycle, viewChild and angular syntax.#13
rdlabo wants to merge 5 commits into
ionic-team:mainfrom
rdlabo:main

Conversation

@rdlabo

@rdlabo rdlabo commented Oct 12, 2023

Copy link
Copy Markdown
Contributor

No merging is required. Reproducible code submission.

/**
* Error due to `@ionic/angular/standalone` not containing a lifecycle.
*/
export class LifecyclePage implements OnInit, ViewWillEnter, ViewDidEnter, ViewWillLeave, ViewDidLeave {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error due to @ionic/angular/standalone not containing a lifecycle.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks to be a missing set of exports from Ionic Framework. This will be addressed here: ionic-team/ionic-framework#28346!

@rdlabo rdlabo changed the title Here are a few glitch reports. report() bug reproduced code. lifecycle, viewChild and angular syntax. Oct 12, 2023
@sean-perkins

Copy link
Copy Markdown
Contributor

Thank you so much for the reproduction cases and testing! I appreciate you!

@sean-perkins

Copy link
Copy Markdown
Contributor

I'm going to close this PR out now that all the feedback has been addressed 👍 the lifecycle interfaces will be available when we release v7.5.1 of @ionic/angular.

Let me know if you run into any other issues or have ideas for improvement. I'll put some thought to a better reporter for manual migration steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants