Answers for "Unable to call component method. Public method"

PHP
1

Unable to call component method. Public method [gotoPage] not found on component

//You need use the use WithPagination;

use Livewire\WithPagination;
class ChamadoList extends Component
{
    use WithPagination;
    //...
}
Posted by: Guest on September-15-2021

Code answers related to "Unable to call component method. Public method"

Browse Popular Code Answers by Language