Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update 5.transitions.md
Browse files Browse the repository at this point in the history
Removed a known issue, which seems to be resolved by vuejs/core#6736 on the issue reffered in the Known issue (vuejs/core#5513)
  • Loading branch information
ThomasWT authored Jul 9, 2024
1 parent 72a9488 commit c6fee4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/1.getting-started/5.transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,4 @@ export default defineNuxtRouteMiddleware(to => {

### Known issues

- View transitions may not work as expected with nested pages/layouts/async components owing to this upstream Vue bug: <https://github.com/vuejs/core/issues/5513>. If you make use of this pattern, you may need to delay adopting this experimental feature or implement it yourself. Feedback is very welcome.

- If you perform data fetching within your page setup functions, that you may wish to reconsider using this feature for the moment. (By design, View Transitions completely freeze DOM updates whilst they are taking place.) We're looking at restrict the View Transition to the final moments before `<Suspense>` resolves, but in the interim you may want to consider carefully whether to adopt this feature if this describes you.

0 comments on commit c6fee4a

Please sign in to comment.