Not sure if this is a documentation issue or an uncaught error. But if you <link> a Component to itself it just repeatedly loads itself.
I suspect it's missing the cache since it's not fully loaded yet. It appears that components receive themselves as components automatically, though, so this is unnecessary (although undocumentedly so).
Not sure if this is a documentation issue or an uncaught error. But if you
<link>
a Component to itself it just repeatedly loads itself.I suspect it's missing the cache since it's not fully loaded yet. It appears that components receive themselves as components automatically, though, so this is unnecessary (although undocumentedly so).