What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets, and reproduction steps)
I have an image and gave it an interaction with code, window.history.back(), to return the user to its previous page. But when I am running my Next.js application locally I get Unhandled Runtime Error
Error: There was an error while hydrating this Suspense boundary. Switched to client rendering.
How can I fix this?