I’ve been learning to use livewire for about a month now. I had 3 livewire components sitting next to each other and things were running smoothly. I then tried to create an inifinite scroll which made me have to build a livewire component on top of the original 3 that i had. Now they became nested. I started to get the following error
“Cannot read property ‘fingerprint’ of null error”
I read some documentation and found that i was not placing keys on my nested livewire components. I put the keys and the infinite scroll started to work. Here is the wierd part… it only works sometimes… I would say 20% of the time i end up getting the error again at different points of scrolling down.
Anyone have any ideas why that would happen? I do use “time()” in my key so im assuming they are all unique.
Do i also have to put keys on nested regular none livewire components? Having a difficult time figuring out what the exact issue is.
I followed this tutorial for the infinite scroll. https://www.nicesnippets.com/blog/laravel-livewire-load-more-example