Patch TemplateProxy to restore compatibility with template_partials (#1328)

Co-authored-by: EmilStenstrom <224130+EmilStenstrom@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
This commit is contained in:
Copilot 2025-08-14 11:00:56 +02:00 committed by GitHub
parent e9b7470850
commit aa14e3698d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 159 additions and 13 deletions

View file

@ -3250,7 +3250,7 @@ class Component(metaclass=ComponentMeta):
),
)
```
""" # noqa: 501
""" # noqa: E501
# TODO_v1 - Remove, superseded by `deps_strategy`
if type is not None: