disable livewire error model

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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