TypeError: Cannot read properties of undefined (reading 'document') with jquery
I have a Next.js (14.1.0) project where i want to use jquery to access the props of some elements. Nothing special. If I get to the page via next routing everything works as designed. But if I reload the page,…