Error al crear usuario
Closed this issue · 2 comments
Error: No se pudo ejecutar 'insertBefore' en 'Nodo': El nodo antes del cual se insertará el nuevo nodo no es un hijo de este nodo.
en ahora (https://mwdb.cert.pl/assets/index-47e06104.js:40:25597)
en ws (https://mwdb.cert.pl/assets/index-47e06104.js:40:30826)
en WR (https://mwdb.cert.pl/assets/index-47e06104.js:40:27859)
en za (https://mwdb.cert.pl/assets/index-47e06104.js:40:27541)
en WR (https://mwdb.cert.pl/assets/index-47e06104.js:40:27654)
en za (https://mwdb.cert.pl/assets/index-47e06104.js:40:27541)
en WR (https://mwdb.cert.pl/assets/index-47e06104.js:40:27851)
en za (https://mwdb.cert.pl/assets/index-47e06104.js:40:27541)
en WR (https://mwdb.cert.pl/assets/index-47e06104.js:40:27851)
en za (https://mwdb.cert.pl/assets/index-47e06104.js:40:27541)
Related issue: #939
Thanks for stack trace, I will try to find if it's our bug or another issue.
Just like the #939: looks like you're trying to use MWDB with Google Translate, which is not well-supported by React: facebook/react#11538.
I also can't reproduce the issue myself, unfortunately that stack trace contains only functions from react-dom
component, so I can't locate the exact component on MWDB side that caused the problem.