I tried scrolling to the top page when refreshing the page. It's working. fine.
useEffect(() => {
window.scrollTo({
top: 0,
left: 0,
behavior: "smooth",
});
}, []);
Then, install react-datepicker for custom date picker. but window.scrollTo function not working. Any idea or solution for custom date picker and window.scrollTo function.
Any idea or any solution...