Mongodb – Newly added items to list do not get _id key prop added until hard refresh
I'm trying to make a todo list using Nextjs and mongodb. I am able to add items to my list, and they are rendered immediately but the unique id sent with the todo from mongodb isn't applied until the page…