Steve Meredith

Results 9 comments of Steve Meredith

I've personally not tried it

Thanks for raising this, I will resolve as soon as possible.

@hichemfantar I'm struggling to reproduce the error. I have successfully updated the advanced demo to use StrictMode and version 17 of React: https://codesandbox.io/s/advanced-react-page-transition-demo-z8hmd. I have also successfully updated the basic...

Thank you for looking into this for me. I'm seeing the console warning too, i will try to resolve it this week.

That's not a bad shout. I have a lot of experience with Framer Motion. Switching to it would remove a lot of the configuration and make the whole thing a...

I would just assert that `Button` has the correct variable name applied: ```js expect(tree).toHaveStyleRule('color', 'var(--Button--Color)') ``` And test GlobalStyle separately for the actual colour value. It is probably easiest to...

See: https://github.com/Steveeeie/react-page-transition/issues/33

@mesqueeb This is very cool. React Router v7 seems to have it's own native approach to view transitions now too: https://reactrouter.com/how-to/view-transitions.