Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alejandroburgos opened this issue Jul 5, 2021 · 0 comments
Open

Comments

@alejandroburgos
Copy link

alejandroburgos commented Jul 5, 2021

_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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant