Answers for "unable to call component method. public method [active] not found on component:"

PHP
1

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

//You need use the use WithPagination;

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

Code answers related to "unable to call component method. public method [active] not found on component:"

Browse Popular Code Answers by Language