πŸ˜“πŸ˜“πŸ˜“ Experienced my first race condition with a baaadly written function...ended up with 60+ new posts within seconds. Thankfully only on local dev machine, phew

Function been deleted but I think this was the offending code. Big learning point

methods: {
async postCommentAndNotif() {
await this.postComment()
this.postCommentAndNotif()
},
}