hoverzoom icon indicating copy to clipboard operation
hoverzoom copied to clipboard

TypeError: Cannot read property 'split' of null

Open raingart opened this issue 3 years ago • 0 comments

Screenshot from 2022-01-17 21-21-06

I see similar errors in the console in different sites. You can add a null check before all string.splits.

The easiest way is to add string?.split( more about Optional chaining

raingart avatar Jan 17 '22 19:01 raingart