Live Components — empty LiveProp if remove-prefixed functions exist #60869
Replies: 2 comments 2 replies
-
Hey Dustin! I know this is off-topic and irrelevant here, but I noticed you're the original author of Builder's Wand and I’ve been a long-time fan of the plugin and really respect the work you did on it. I’m working with a small team and we're very interested in continuing its development (with improvements), and possibly releasing a new version. Would it be okay if I got in touch to discuss permissions or possible licensing? What’s the best way to reach you - Discord, email, or elsewhere? |
Beta Was this translation helpful? Give feedback.
-
should be asked in https://github.com/symfony/ux to reach the UX team. You will have more chances to get an answer |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i searched for almost 2 hours, to find the issue, why my LiveProp is always an empty array if i dump it in twig.
The issue happens when i have an function (which don't have to be an LiveAction) which is prefixed with remove e.g.
remove<LiveProp Name>
.Example
As soon i rename the method to
removeFilterEntry
or something else anything works fine!After some tests this also happens if the function method is add.
I would love to know/understand why that is the case!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions