My items dont update on deletion.
This isnt a bug, its just bad coding on my side.
page.tsx fetches the data from prisma serverside, then passes it through components such as VaultPage, and i just noticed when you DELETE items using the buttons in these client side components it does not revalidate the data until a reload.
https://github.com/LockScript/Lockscript-Vault
GitHub
GitHub - LockScript/lockscript-vault
Contribute to LockScript/lockscript-vault development by creating an account on GitHub.
1 Reply
If anyone could check it out, it would be greatly appreciated!