Ariel Santos
Ariel Santos
Even though the generator patches `tailwind.config.js` to scan Phlex components, Tailwind classes won’t work until you manually add `stylesheet_link_tag “tailwind”` to `ApplicationLayout`. IMO if Phlex already knows you’re using Tailwind,...
### Versions: - `@inertiajs/core` version: 1.2.0 - `@inertiajs/vue2` version: #.#.# - `@inertiajs/vue3` version: #.#.# - `@inertiajs/react` version: 1.2.0 - `@inertiajs/svelte` version: #.#.# ### Describe the problem: `packages/core/src/router.ts:354` sets the `Accept`...
Router only checks that `window.history.state` isn't empty, breaks when used with other frameworks
### Versions: - `@inertiajs/core` version: 1.2.0 - `@inertiajs/vue2` version: #.#.# - `@inertiajs/vue3` version: #.#.# - `@inertiajs/react` version: 1.2.0 - `@inertiajs/svelte` version: #.#.# ### Describe the problem: When navigating back/forward from...
Hi! I've stumbled upon a very specific error when an Inertia page is served from the browser cache: 1. First, HTML page is accessed, response is cached 2. Then, a...