glimmerjs / glimmer-blueprint

[MOVED] This package is now part of the Glimmer.js monorepo
https://github.com/glimmerjs/glimmer.js
25 stars 13 forks source link

Fix recursive component template #3

Closed pittst3r closed 7 years ago

pittst3r commented 7 years ago

The component template was invoking itself. This changes it so that the main template invokes the component.

pittst3r commented 7 years ago

No longer relevant.