EmilStenstrom / django-components

Create simple reusable template components in Django.
MIT License
953 stars 59 forks source link

Bug: Context vars missing in slots when `isolated` settings #454

Closed JuroOravec closed 3 weeks ago

JuroOravec commented 3 weeks ago

Currently when both context_behavior and slot_context_behavior are set to "isolated", then in some cases the context variables in slots are not rendered.

I already got a fix for this (https://github.com/EmilStenstrom/django-components/pull/455), but writing this down for visibility.