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
This is my configuration, but when I build with npm run build, all the process is ok, but when I try to serve the dist directory, I get this error:
Seems like react it's not embeded before react-dom... but when I'm trying to edit the order in the built index.html nothing occurs, the error still appears.
Can anyone help me?
The text was updated successfully, but these errors were encountered:
Vite 5.4.2, react and react-dom 18.3.1.
This is my configuration, but when I build with
npm run build
, all the process is ok, but when I try to serve thedist
directory, I get this error:Seems like
react
it's not embeded beforereact-dom
... but when I'm trying to edit the order in the builtindex.html
nothing occurs, the error still appears.Can anyone help me?
The text was updated successfully, but these errors were encountered: