Apparently properties don't get passed down to children components.
See also https://twitter.com/black_trooper/status/1136081763833221121
https://codesandbox.io/s/riotjs405-test-bug-h2p8i
All
Riot.[email protected]
How would you tag this issue?
Ok apparently it's just an in-browser compilation issue and not a @riotjs/compiler problem.
Fixed in Riot.[email protected] https://codesandbox.io/s/riotjs405-test-bug-zz0x2
The minified riot+compiler.min.js was screwed up by babel-minify :(
Thanks! It's working as expected.
Most helpful comment
Fixed in Riot.[email protected] https://codesandbox.io/s/riotjs405-test-bug-zz0x2
The minified riot+compiler.min.js was screwed up by
babel-minify:(