Replies: 1 comment
-
Hi, I assume you have you looked through these docs? There are definitely some "gotchas" with nesting components, but they should work. Some example code of nested components is here: https://github.com/adamghill/django-unicorn/tree/main/example/unicorn/templates/unicorn/nested. If you create a repo that replicates your issue with sample code that I can run, I can probably help get something working. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem with nesting unicorn views.
My
Layout.html
(the first unicorn view) looks like this (this si the only important part this unicorn view works fine):And my
Modules.html
looks like this (this is the second unicorn view where the unicorn:click doesn't work):and my
Modules.py
looks like this:It mounts but the click doesn't work do you anyone have any suggestion / author should it even work?
Beta Was this translation helpful? Give feedback.
All reactions