mirror of
https://github.com/django-components/django-components.git
synced 2025-08-07 15:58:00 +00:00
refactor: fix bug with complex slots and "django" mode + add docs on debugging with AI agents (#956)
This commit is contained in:
parent
be4d744d64
commit
eb3f72ee0d
5 changed files with 601 additions and 148 deletions
|
@ -1045,7 +1045,7 @@ class Component(
|
|||
component_id=render_id,
|
||||
slot_name=None,
|
||||
component_path=component_path,
|
||||
extra=f"Received {len(args)} args, {len(kwargs)} kwargs, {len(slots)} slots",
|
||||
extra=f"Received {len(args)} args, {len(kwargs)} kwargs, {len(slots)} slots, Available slots: {slots}",
|
||||
)
|
||||
|
||||
# Register the component to provide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue