(Tharindu)Dan Mahavithana
Results
1
issues of
(Tharindu)Dan Mahavithana
when deleting multiple elements quickly, refs will contain null elements as well, which will throw an error when trying run `refs[key].getBoundingClientRect()` as the refs[key] is null. Fixed it by making...