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

Initial WIP on adding support for a partialExists function. #986

Closed
wants to merge 1 commit into from

Conversation

LukeTowers
Copy link
Member

Currently not mergeable because it still has a leftover effect of setting the componentContext and SELF on the controller vars even when only calling findPartial() for component partials. Need to come up with a fix for that before this can be merged. Also need docs PR.

Fixes #263.

Currently not mergeable because it still has a leftover effect of setting the componentContext and __SELF__ on the controller vars even when only calling findPartial() for component partials. Need to come up with a fix for that before this can be merged. Also need docs PR.

Fixes #263.
Copy link

This pull request will be closed and archived in 3 days, as there has been no activity in this pull request for the last 6 months.
If you intend to continue working on this pull request, please respond within 3 days.
If this pull request is critical for your business, please reach out to us at [email protected].

@github-actions github-actions bot added the stale Issues/PRs that have had no activity and may be archived label Apr 10, 2024
@github-actions github-actions bot closed this Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues/PRs that have had no activity and may be archived
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling partial() as a function to check for the existence of a partial fully executes the partial
1 participant