Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(loadable): deprecate obsolete helpers #11312

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

jcfranco
Copy link
Member

@jcfranco jcfranco commented Jan 15, 2025

Related Issue: #11305

Summary

This deprecates loadable helpers to allow for incremental migration. After #10310, componentOnReady is available for both lazy and non-lazy-loading outputs, so we can replace our custom utils that previously worked around Stencil’s inconsistency.

@github-actions github-actions bot added the refactor Issues tied to code that needs to be significantly reworked. label Jan 15, 2025
@jcfranco jcfranco mentioned this pull request Jan 15, 2025
14 tasks
@jcfranco jcfranco marked this pull request as ready for review January 17, 2025 00:55
@jcfranco jcfranco added the pr ready for visual snapshots Adding this label will run visual snapshot testing. label Jan 17, 2025
@jcfranco jcfranco requested review from driskull and benelan and removed request for driskull January 17, 2025 03:33
Copy link
Member

@driskull driskull left a comment

Choose a reason for hiding this comment

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

👍 Should we have a followup issue to update all code to remove this? or some kind of codemod.

@jcfranco
Copy link
Member Author

@driskull Issue created! #11333

@jcfranco jcfranco merged commit 4e7dc05 into dev Jan 17, 2025
15 checks passed
@jcfranco jcfranco deleted the jcfranco/11305-drop-loadable-component branch January 17, 2025 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr ready for visual snapshots Adding this label will run visual snapshot testing. refactor Issues tied to code that needs to be significantly reworked.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants