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

Avoid rendering cycle in partials #15

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Avoid rendering cycle in partials #15

merged 1 commit into from
Aug 8, 2024

Conversation

obs-gh-catherman
Copy link
Collaborator

We need to avoid self referential and non-self referential use cases or things will overflow. This avoids the condition by ensuring that when a partial renders itself, it removes itself from the available lookups downstream. If lookup failures are enabled, then the operation will fail. Otherwise, it will be a silent error.

We need to avoid self referential and non-self referential
use cases or things will overflow. This avoids the condition
by ensuring that when a partial renders itself, it removes itself
from the available lookups downstream. If lookup failures are
enabled, then the operation will fail. Otherwise, it will
be a silent error.
@obs-gh-catherman obs-gh-catherman merged commit dabe2b6 into master Aug 8, 2024
2 checks passed
@obs-gh-catherman obs-gh-catherman deleted the rcc-cycle branch August 8, 2024 20:24
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