We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e44526 + 17793b9 commit c9ab97fCopy full SHA for c9ab97f
ux.symfony.com/src/Twig/Components/Icon/IconSearch.php
@@ -18,7 +18,6 @@
18
use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;
19
use Symfony\UX\LiveComponent\Attribute\LiveProp;
20
use Symfony\UX\LiveComponent\DefaultActionTrait;
21
-use Symfony\UX\TwigComponent\Attribute\PostMount;
22
23
#[AsLiveComponent('Icon:IconSearch')]
24
class IconSearch
@@ -41,11 +40,6 @@ public function __construct(
41
40
) {
42
}
43
44
- #[PostMount]
45
- public function postMount(): void
46
- {
47
- }
48
-
49
public function getIconSetOptionGroups(): array
50
{
51
$groups = [];
0 commit comments