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
What should i do if i encounter the following error when running npm run build?
npm run build
>[email protected] build
> tsc -b && vite build
src/routes/online-user.tsx:25:27 - error TS2724: '"@/types"' has no exported member named 'ModelOnlineUserApi'. Did you mean 'ModelOnlineUser'?
25 import { ModelOnlineUser, ModelOnlineUserApi } from "@/types"~~~~~~~~~~~~~~~~~~
Found 1 error.
The text was updated successfully, but these errors were encountered:
What should i do if i encounter the following error when running
npm run build
?The text was updated successfully, but these errors were encountered: