Skip to content
Discussion options

You must be logged in to vote

You're using two different versions of the Inertia JS library, namely @inertiajs/inertia-vue3 and @inertiajs/vue3. The first is <1.0, the latter is 1.x. Using both would result in conflicts. So, remove @inertiajs/inertia-vue3 and use the imports from @inertiajs/vue3, such as import { Link } from '@inertiajs/vue3'

You'd also want to remove @inertiajs/server and instead use import createServer from '@inertiajs/vue3/server'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Rubrasum
Comment options

Answer selected by Rubrasum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants