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'm not sure, that it's a bug, but looks strange to me.
I want to try both frameworks (React and Vue) in the single project, but on the different pages. From the documentation it seems that it should work.
But when I made minimal setup with both framework, running pnpm dev I get:
> [email protected] dev /home/vitalybaev/test-vike-vue-with-react
> vite
Error: [vike][Wrong Usage] vike-react/config sets an unknown config Loading
at handleUnknownConfig (file:///home/vitalybaev/test-vike-vue-with-react/node_modules/.pnpm/[email protected][email protected]/node_modules/vike/dist/esm/node/plugin/plugins/importUserCode/v1-design/getVikeConfig.js:893:15)
at assertConfigExists (file:///home/vitalybaev/test-vike-vue-with-react/node_modules/.pnpm/[email protected][email protected]/node_modules/vike/dist/esm/node/plugin/plugins/importUserCode/v1-design/getVikeConfig.js:1003:5)
at getConfigDefinition (file:///home/vitalybaev/test-vike-vue-with-react/node_modules/.pnpm/[email protected][email protected]/node_modules/vike/dist/esm/node/plugin/plugins/importUserCode/v1-design/getVikeConfig.js:980:5)
at eval (file:///home/vitalybaev/test-vike-vue-with-react/node_modules/.pnpm/[email protected][email protected]/node_modules/vike/dist/esm/node/plugin/plugins/importUserCode/v1-design/getVikeConfig.js:326:31)
at Array.forEach (<anonymous>)
at eval (file:///home/vitalybaev/test-vike-vue-with-react/node_modules/.pnpm/[email protected][email protected]/node_modules/vike/dist/esm/node/plugin/plugins/importUserCode/v1-design/getVikeConfig.js:323:21)
at Array.forEach (<anonymous>)
at assertUsageGlobalConfigs (file:///home/vitalybaev/test-vike-vue-with-react/node_modules/.pnpm/[email protected][email protected]/node_modules/vike/dist/esm/node/plugin/plugins/importUserCode/v1-design/getVikeConfig.js:315:32)
ELIFECYCLE Command failed with exit code 1.
pnpm create bati --react --tailwindcss --biome
pnpm create bati --vue --tailwindcss --biome
then I removed all unnecessary parts, like data fetching or todo page, created two route groups (react) and (vue) where placed respecting configuration.
The text was updated successfully, but these errors were encountered:
Description
I'm not sure, that it's a bug, but looks strange to me.
I want to try both frameworks (React and Vue) in the single project, but on the different pages. From the documentation it seems that it should work.
But when I made minimal setup with both framework, running
pnpm dev
I get:Source Code
Additional information
vike
0.4.184vike-react
0.5.2vike-vue
0.8.1I scaffolded both projects with Bati:
then I removed all unnecessary parts, like data fetching or todo page, created two route groups
(react)
and(vue)
where placed respecting configuration.The text was updated successfully, but these errors were encountered: