mirror of
https://github.com/django-components/django-components.git
synced 2025-09-13 17:36:21 +00:00
parent
69660e31c5
commit
f68390953a
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class ComponentNode(Node):
|
||||||
self.name_var = name_var
|
self.name_var = name_var
|
||||||
self.context_args = context_args or []
|
self.context_args = context_args or []
|
||||||
self.context_kwargs = context_kwargs or {}
|
self.context_kwargs = context_kwargs or {}
|
||||||
self.fill_nodes: List[FillNode] = []
|
self.fill_nodes: NodeList[FillNode] = NodeList()
|
||||||
self.isolated_context = isolated_context
|
self.isolated_context = isolated_context
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue