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
My application:
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.1",
"antd": "^5.26.0",
throws error after build. I am using Vite v6.3.5.
Uncaught TypeError: Cannot read properties of undefined (reading 'version')
at ref.js:6:32
var ReactMajorVersion = Number(version.split('.')[0]);