Riot: Properties don't get passed to the children components

Created on 5 Jun 2019  路  3Comments  路  Source: riot/riot

Help us to manage our issues by answering the following:

  1. Describe your issue:

Apparently properties don't get passed down to children components.
See also https://twitter.com/black_trooper/status/1136081763833221121

  1. Can you reproduce the issue?

https://codesandbox.io/s/riotjs405-test-bug-h2p8i

  1. On which browser/OS does the issue appear?

All

  1. Which version of Riot does it affect?

Riot.[email protected]

  1. How would you tag this issue?

    • [ ] Question
    • [x] Bug
    • [ ] Discussion
    • [ ] Feature request
    • [ ] Tip
    • [ ] Enhancement
    • [ ] Performance
bug critical fixed

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 :(

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danawoodman picture danawoodman  路  3Comments

laznic picture laznic  路  3Comments

cybervaldez picture cybervaldez  路  3Comments

etamponi picture etamponi  路  3Comments

awei01 picture awei01  路  3Comments