ractivejs / ractive-load

Import templates and components using AJAX
ractivejs.github.io/ractive-load
MIT License
55 stars 10 forks source link

Recursive Components? #28

Open Crisfole opened 9 years ago

Crisfole commented 9 years ago

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).