import logo from "./logo.svg"; import "./App.css"; import { useSpring, animated } from "react-spring"; function App() { const props = useSpring({ to: { opacit
I don't understand why the error appears. My task is to make animation between Routes. Can you suggest where I made a mistake? enter image description here I us