react-lightbox-component icon indicating copy to clipboard operation
react-lightbox-component copied to clipboard

× TypeError: Cannot read property 'className' of undefined

Open KBiswas98 opened this issue 6 years ago • 0 comments

176176 | "use strict"; 176177 | 176178 | function o(e) {

176179 | return "string" !== typeof e.className ? [] : e.className.split(/\s+/); | ^ 176180 | } 176181 | 176182 | function i(e, t) {

KBiswas98 avatar Feb 14 '20 17:02 KBiswas98