#Nextjs Link component causing a hard reload

5 messages · Page 1 of 1 (latest)

worn eagle
#

Can anybody please tell me why the Link component of next is causing a full page reload when clicked???
its really causing too much problems for me.I have already a web app running fine but with tauri its causing a page reload and loosing all the states and other refs etc...

unborn lava
#

No idea without seeing some code, Tauri isnt doing anything to cause it

worn eagle
#

It turned out to be Card component from nextui library.

#

If you place Card inside of a Link it will cause a page reload on navigation idk why it's pretty weird