Simon André

Results 779 comments of Simon André

> The idea is to prevent double-clicking or, in some cases, if the process takes a little longer, such as when calling an API, for example. Here your live component...

> Then, when I click on the delete button on that line, nothing happens. It's as if the button on the replacement line is no longer active. Hmm ... could...

> I confirm that adding a unique id works with once :). Nice! Happy to read that

Maybe something related here: https://github.com/symfony/ux/pull/2628

Re-reading your issue i'm wondering: maybe you did not follow these steps ? > Files aren't sent to the component by default. You need to use a live action to...

You'd need to share some code or a reproducer, if you wish for others to have a look at your current situation. Depending on how you implemented your collection there...

To eager load some controllers, you can register them manually in Stimulus application (using distinct endpoints, calling different bootstrap.js files for admin/front) ```diff // assets/bootstrap.js import { startStimulusApp } from...

(only talking about AssetMapper here, but i guess the solution will be very similar with WebPack) Currently, a new Symfony webapp contains this bootstrap.js file ```js import { startStimulusApp }...

Well, to be fair `new DateTimeImmutable(null)` also gives you a deprecation warning `Passing null to parameter #1 of type string is deprecated`.