Does not implement [LivewireUI\Modal\Contracts\ModalComponent] interface. #217
Replies: 4 comments
-
That's strange, this should work. Have you tried a fresh install of Laravel & Livewire to rule out any influence by your existing codebase or third-party packages by any chance? That would help to debug. |
Beta Was this translation helpful? Give feedback.
-
I seem to be having the same issue, I installed it on my project and here's all the things I did:
I didn't touch the Livewire controller nor the view (except for inputting 'test' inside the divs) but it shouldn't be giving me an error? I am running on PHP 8.0 and Laravel 9.8 with TALL stack and Turbolinks. |
Beta Was this translation helpful? Give feedback.
-
I haven't been able to reproduce this issue. If someone could create a repository that replicates the problem, I can take a further look. |
Beta Was this translation helpful? Give feedback.
-
My bad, it seems like the |
Beta Was this translation helpful? Give feedback.
-
I extended from ModalComponent but still I am getting an error "Exception
[App\Http\Livewire\EditPriceAlertException] does not implement [LivewireUI\Modal\Contracts\ModalComponent] interface."
Anybody can point me in the right direction to solve this?
Beta Was this translation helpful? Give feedback.
All reactions