pselect icon indicating copy to clipboard operation
pselect copied to clipboard

TypeError: Cannot read property 'appendChild' of null in REACT

Open alejandroburgos opened this issue 4 years ago • 0 comments

_addOption node_modules/pselect.js/dist/pselect.js:134 131 | optionElement.setAttribute('selected', ''); 132 | optionElement.setAttribute('disabled', ''); 133 | }

134 | parentElement.appendChild(optionElement); 135 | } 136 | 137 | module.exports = Pselect;

Haga lo que haga todo me devuelve un error NULL.

alejandroburgos avatar Jul 05 '21 07:07 alejandroburgos