You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess if you have to write mdx-js/loader with CRA, you can't use mdx-js/loader@next.
So, I used mdx-js/loader 1.6.22, to operate mdx-js/loader normally.
And in "react-scripts": "5.0.0",
Uncaught DOMException: Failed to extract 'create element' on 'Document': The tag name supplied error occurs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I guess if you have to write mdx-js/loader with CRA, you can't use mdx-js/loader@next.
So, I used mdx-js/loader 1.6.22, to operate mdx-js/loader normally.
And in "react-scripts": "5.0.0",
Uncaught DOMException: Failed to extract 'create element' on 'Document': The tag name supplied error occurs.
So I solved it like this.
before:
package.json
"react-scripts": "5.0.0",
after:
package.json
"react-scripts": "4.0.3",
node_modules
,package-lock.json
npm install
I'm sorry that the translation is not smooth.
Beta Was this translation helpful? Give feedback.
All reactions