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

Auto start phases if consumer does not hook into phase manager #67

Open
albertogasparin opened this issue Apr 23, 2021 · 0 comments · May be fixed by #73
Open

Auto start phases if consumer does not hook into phase manager #67

albertogasparin opened this issue Apr 23, 2021 · 0 comments · May be fixed by #73
Labels
enhancement New feature or request

Comments

@albertogasparin
Copy link
Collaborator

If (for any reason) useLazyPhase is not rendered and the start next phase is not called, then lazyAfterPaint (and maybe other future phases) do not start and we end up with a "broken" experience.

We should probably auto start the phases if useLazyPhase is not rendered (for instance) and maybe even provide a max wait time before automatically kicking that off (so if the effect triggering next phase breaks we still "at some point" go to next phase.

@albertogasparin albertogasparin added the enhancement New feature or request label Apr 23, 2021
@MonicaOlejniczak MonicaOlejniczak linked a pull request May 17, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant