On import, throws that error and fails to work out of the box.
Cannot read property 'getBoundingClientRect' of null
seems quite the same
I have the same issue. It looks like slickList.querySelector('[data-index="0"]') is empty in my case
I'm getting Cannot read property 'getBoundingClientRect' of null on my Jest tests and can't seem to be able to get around it
Also seeing this as of 14.5
for a time being it doesn't get merged. use 0.12.2 version of react-slick
{
list.length?
list.map(item =>{
return
})
}
:''
}
i use this
This issue is fixed in #826
Most helpful comment
{
{
list.length?
list.map(item =>{
return
})
}
:''
}
i use this