Skip to content

Does not implement [LivewireUI\Modal\Contracts\ModalComponent] interface. #215

Description

@marcwitteveen

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?

<?php

namespace App\Http\Livewire;

use LivewireUI\Modal\ModalComponent;

class EditPriceAlertException extends ModalComponent
{
    public function render()
    {
        return view('livewire.edit-price-alert-exception');
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions