Replies: 7 comments
-
Did you make any changes to |
Beta Was this translation helpful? Give feedback.
-
Yes, I edited the I removed the close button: I also changed a few classes and removed This is the
When I type This is my current
|
Beta Was this translation helpful? Give feedback.
-
Does the error only occur when polling? If this is the case, have you tried to move |
Beta Was this translation helpful? Give feedback.
-
I just removed the polling declaration and the error still occurs. When logging I'm aware that this is coming from the Livewire source, but it is definitely related to the modal package. I also directly moved the script inline (no
|
Beta Was this translation helpful? Give feedback.
-
I just stumbled upon the same error, but in a different context:
So if |
Beta Was this translation helpful? Give feedback.
-
A repository with a fresh install of Laravel and Livewire replicating this problem would be helpful; it's difficult to diagnose without the actual code. |
Beta Was this translation helpful? Give feedback.
-
There you go: https://github.com/MrMooky/wire-elements-error The conditions in my app are a bit different, though. But you still see the problem when opening the modal. |
Beta Was this translation helpful? Give feedback.
-
I'm opening a modal from a function on page load if a condition is met.
Blade template:
This, sometimes, results in the following error:
The highlighted error is within the file
vendor/livewire/livewire/src/LivewireManager.php:399
, thereturn $matches[1][0];
.Livewire, Wire Elements Modal and AlpineJS are using the latest version. Any idea what is causing this problem?
Beta Was this translation helpful? Give feedback.
All reactions