Hugo Alliaume

Results 329 comments of Hugo Alliaume

Good timing, @Valmonzo recently asked me about dynamic component name, and I suggested the following syntaxes: ```twig {{ component(componentName) }} {% component (componentName) %} {# like Vue.js #} ``` WDYT?

I do not think `{% component (componentName) %}` exists, at least I don't find any implementation in `ComponentTokenParser::componentName` nor in tests. If we make this doable, end-users could create a...

Hi, is this something that's always planned? At [Symfony UX](https://github.com/symfony/ux) we use Rollup with the `typescript` plugin to emit types when building our `.ts` files, but we'd like to migrate...

That would be a great improvment :)

Closing, since #2309 has been merged

Fixed by #1210, > live_controller-1e20d818103e24e81a35d46c3e98145c.js:2025 Uncaught Error: Invalid model name "dumbDto.name". at Component.set (live_controller-1e20d818103e24e81a35d46c3e98145c.js:2025:19) at t.updateModelFromElementEvent (live_controller-1e20d818103e24e81a35d46c3e98145c.js:3156:24) at t.handleInputEvent (live_controller-1e20d818103e24e81a35d46c3e98145c.js:3105:14) at HTMLDivElement.callback (live_controller-1e20d818103e24e81a35d46c3e98145c.js:2925:57)