-
### Environment
- Operating System: Darwin
- Node Version: v20.10.0
- Nuxt Version: 3.13.1
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package Manager: npm@10.2.3
- Builder: …
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Suppo…
-
**Issue with `getChangelist` in Router.js**
In Ember, while transitioning between routes, the function `getChangelist` is used to compare the state between transitions. You can find its implementat…
-
The [View Transitions API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API) is currently experimental but has received some adoptions already. As soon as I discovered `wouter` I …
-
In order for React Router transitions to compose with React 19 transitions we need to expose the promises from all of our transition functions:
```tsx
navigate()
submit()
fetcher.submit()
fetcher.loa…
-
### What problem does this feature solve?
The following is not possible if the `my-modal` component has transitions.
```
```
If there's no `footer` slot, we can…
-
-
When I place app-router inside core-drawer-panel as its main content the animations/transitions of core-animated-pages doesn´t seem to work.
When I pull out app-router and put it on the same part as …
-
Hey! Thanks again for opening up your ecosystem of tools, this was just what I was looking for - as proper page transitions in React / Next.js with lifecycle hooks are far from trivial :)
I'm curre…
-
### Describe the bug
When using A components for navigation to pages which rely on params or location to render, it is not properly triggering nested Suspense fallbacks. It instead waits until the…