mirror of
https://github.com/django-components/django-components.git
synced 2025-12-04 04:01:35 +00:00
parent
7a49a7806c
commit
f069255b64
12 changed files with 404 additions and 72 deletions
|
|
@ -346,5 +346,5 @@ class TestComponentCache:
|
|||
):
|
||||
TestComponent.render(
|
||||
kwargs={"input": "cake"},
|
||||
slots={"content": lambda *a, **kwa: "ONE"},
|
||||
slots={"content": lambda ctx: "ONE"},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue