|
Writing unit tests, I realized that I can pass a component as if it were a snippet, and it renders fine. The problem is typing. Is this a typing issue for the officially supported feature of passing components as if they were snippets, or the fact that this works is undocumented and unsupported officially? |
Answered by
brunnerh
Jul 23, 2026
Replies: 1 comment 2 replies
|
This is incidental, unsupported & undocumented. You also will get errors when it comes to argument/prop usage because the code for those compiles differently. |
2 replies
Answer selected by
webJose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is incidental, unsupported & undocumented.
You also will get errors when it comes to argument/prop usage because the code for those compiles differently.