Someone please tell me how do I make scrollIntoView()
in typescript. I'm using create-react-app so idk if that helps.
import React from "react";import ReactDOM from "react-dom";import App from "./App";ReactDOM.render(<React.StrictMode><App /></React.StrictMode>, document.getElementById("root"));