riot / ssr

Riot.js node Server Side Rendering
MIT License
32 stars 8 forks source link

Cannot render child components #17

Closed damusix closed 4 years ago

damusix commented 4 years ago

If you can take a look at this file and tell me what I'm doing wrong. I'm console logging the output and nested components are not being rendered. I looked at tests in riot/ssr to get some ideas but I can't spot anything that sticks out that's totally different. https://github.com/damusix/hapi-riot/blob/alpha/errortest.js

GianlucaGuarini commented 4 years ago

You don't load your nested components nor register them globally. Please read the documetation