Skip to content

[5.x] Correct issue with nested noparse and partials #11801

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

Merged

Conversation

JohnathonKoster
Copy link
Contributor

This PR fixes #11485 by disabling the runtime node cache for content that contains noparse blocks. Admittedly this is a workaround to help address this edge case.

A proper fix would be much more time intensive and may require significant changes to how things work. I chose to disable the cache for now after going down many rabbit holes and stopping to think through the time investment vs. results.

@jasonvarga jasonvarga merged commit a3e543a into statamic:5.x May 20, 2025
25 checks passed
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.

{{ noparse }} content disappear in nested partials with {{ slot }}
2 participants