Javascript – My random string picker is choosing a different string on server side and client side
I have this component in Next.js (v14.2.1) which, essentially, all it does is to pick a random string while i fetch some data. However, i've been trying to persist the same string on server and client side without any luck.…