riot/examples

examples/webpack: cannot render sub component <logs>

silentzone opened this issue · 4 comments

image

require('./random.tag') 
riot.mount('random', {
  title: 'Random number generator!'
})
riot.mount('logs', {
  title: ''
})

add code mount 'logs' the sub component can reander but not work parent is undefine

is close. find way to solve

Have you found a solution to this?

I will check this asap

I have checked the example and I don't see any problem