refactor: rename context_data field to template_data (#1162)

This commit is contained in:
Juro Oravec 2025-05-04 01:49:54 +02:00 committed by GitHub
parent 28b61c1609
commit d4d834256a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 33 additions and 4 deletions

View file

@ -2476,7 +2476,9 @@ class Component(metaclass=ComponentMeta):
component=self,
component_cls=self.__class__,
component_id=render_id,
# TODO_V1 - Remove `context_data`
context_data=template_data,
template_data=template_data,
js_data=js_data,
css_data=css_data,
)