-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Closed
Labels
Description
What version of React Router are you using?
6.14.1
Steps to Reproduce
Working repo using v6.10: https://codesandbox.io/s/elegant-tamas-mlhhhg
Broken repo using v6.14: https://codesandbox.io/s/practical-shirley-kpzptq
Open the above links in Edge ( > 111) or Chrome (> 111) (See here for compatibility list). The first example will smoothly transition from one route to the next using the View Transitions API. The second link will not. Upgrading from v6.10 of the react-router-dom library is the only change. The issue exists as far back as 6.11
Expected Behavior
The view should transition using the View Transitions API
Actual Behavior
The view does not transition using the View Transitions API (as of 6.11)