Simon André

Results 779 comments of Simon André

In your example can you mount your component with size ? I imagine yes ? ` ` right ? How would you handle it PHP-side in your mount methods ?...

Wait.... @weaverryan is right :) I just added the "foo" as props in the template

Is there something i missed there guys ? @weaverryan @WebMamba

Should this be more general... i fear this could feel a bit of a half seated DX too, with ```php return function (ContainerConfigurator $container): void { $services->set(Two::class) ->tag('app.handler', ['key' =>...

I totally understand your motive here :) What i feel is a lack of consistency / predictability here, that could be difficult to explain / document / etc. | **Config**...

I did it with an event, listened by the ModalComponent which itselfs change its model and trigger an event leading to the re-render and the opening of the modal [there](https://github.com/symfony/ux/pull/1577):...

Is it accessible in PHP easily ?

> > Is it accessible in PHP easily ? > > It's in the `LiveProp` metadata, so yes But... it's on a call per call basis... so a call to...

I'm not sure to understand how the live prop mapping is "kept" during live action / event.. but it's probably just me needing coffee..