disable livewire error model

Solutions on MaxInterview for disable livewire error model by the best coders in the world

showing results for - "disable livewire error model"
Adrián
01 May 2019
1<script>
2  window.livewire.connection.driver.showHtmlModal = function (response) {
3    const json = JSON.parse(response);
4    if(json.status === 419){
5      return location.reload();
6    }
7    window.livewire.emit('livewire-exception', json.error)
8  };
9</script>
10@sujay
similar questions
queries leading to this page
disable livewire error model