Tobias Lebeitsuk
Results
5
comments of
Tobias Lebeitsuk
trafficstars
I'm having the same issue. I need to run "pnpm dev" a second time to get the tab bar to show.
I'm getting the same error. Adding this to nuxt.config.ts fixes it: ``` vite: { optimizeDeps: { include: ["shallowequal", "lodash/startCase.js"], }, }, ```