Ilya Nikolaev
Results
1
issues of
Ilya Nikolaev
There is this live component: ```php #[AsLiveComponent] final class TestComponent { use DefaultActionTrait; #[LiveProp(writable: true, onUpdated: 'onNameUpdated')] public string $name; #[LiveProp(writable: true)] public string $phone; #[PostMount] public function postMount(): void...