Toon Verwerft

Results 280 comments of Toon Verwerft

Not sure what's going wrong there, it seems to be working on my specific setup. Maybe you'dd rather use something like https://github.com/phpro/grumphp/blob/v2.x/doc/tasks/phpparser.md Or phpstan with https://github.com/ekino/phpstan-banned-code. Both use PHP's AST...

Closing because of inactivity. Feel free to provide more information if this problem is not solved to you.

The big problem here is that it is not consistent with how you define data-model inside live components. Inside live components, there is no `targetProp:currentValue`. This makes it impossible to...

Alright thanks for the in-depth explanation! I'm still not convinced that this listener will be able to solve the issue. Imagine this nested scenario: * EditPost live component * A...

The use-case is pretty much described in #566. We have a live component that shows a form through the `ComponentWithFormTrait`. Inside this form we want to control if specific fields...

@weaverryan Exactly this! But again, the same error applies if you leave out the ComponentWithFromTrait, since it is a listener on twig components - even though this logic only applies...

Well ... I do love the way react handles this ... :) ```ts interface ButtonProps { /* Not to mention extends ButtonHTMLAttributes */ readonly type : string; readonly chlildren: ReactNode;...

Hello @kbond I wouldnt say those 2 are very related. Only this would be easier with the PR linked to that issue: ```twig {% set mountedComponent = mount_component('mount_for_change') %} {%...

> 1. If passing attributes directly, what should the parameter name be in the child component? It will already have it's own `attributes` parameter, right? Or are you thinking this...

I'dd surely accept a PR for that!