Hello.
I have this problem which shows for a second this error
livewire.js?id=d7d975b5d122717a1ee0:sourcemap:1 Uncaught TypeError: Cannot read property 'data' of null
Then after a second this
Uncaught TypeError: Cannot read property 'data' of null
I figured why it’s happening, it’s because the owlCarousel is set to loop=true.
If I make the owlCarousel loop=false there is no error anymore.
Of course I made a unique key for every item.
Any Help ?
Best Regards.