- Issue created by @santerref
DXPR Builder dynamically renders Drupal blocks and views inside a field using renderRoot() and then injects the resulting HTML string directly into the output. However, the cacheability metadata (e.g., cache tags, contexts, max-age) generated during the rendering process is not bubbled up or applied to the final field render array.
As a result, any rendered block or view is not invalidated when underlying data changes โ leading to stale content being served despite otherwise correct cache setups.
Active
2.7
Code