Skip to content

Conversation

@chasegiunta
Copy link

This pull request adds support for importing the axios instance from the React, Svelte, and Vue 3 Inertia adapters.

With this change, consumers of each adapter can access the exact same axios instance used internally.

This ensures advanced use cases—such as adding interceptors or custom configuration—maintain consistent behavior and prevents issues that can occur due to axios version mismatches or package manager deduplication strategies.

Fixes #2715

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inertia's axios instance not accessible

1 participant