From 0100d3fe731d29954690ce31a309d1cddaeea0a4 Mon Sep 17 00:00:00 2001 From: francoism90 Date: Tue, 6 Aug 2024 19:09:10 +0200 Subject: [PATCH] chore: update LinkElementMixin to use wire:navigate attribute --- src/Support/Html/Mixins/LinkElementMixin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Support/Html/Mixins/LinkElementMixin.php b/src/Support/Html/Mixins/LinkElementMixin.php index 70c0c59..a5f603c 100644 --- a/src/Support/Html/Mixins/LinkElementMixin.php +++ b/src/Support/Html/Mixins/LinkElementMixin.php @@ -13,7 +13,7 @@ public function link(): mixed $href = route($route, ...$parameters); return $this - ->navigate() + ->attribute('wire:navigate') ->href($href) ->class([ 'link',