Harsh Mangalam
Harsh Mangalam
You can follow the same way remove notification is added in notifications controller.
May be this will help you https://github.com/prisma/prisma/issues/8320
Which prisma version are you using ?
There is breaking changes in schema in v4 . This project is using `prisma": 3.9.2`
When you will run lighthouse on home page you will find this in SEO ```html Line # | Content | Error -- | -- | -- 1 | | Syntax...
Events triggered when a user perform any actions like push any changes to repo etc.. You can view events data here https://api.github.com/users/harshmangalam/events
By default project is configured with `pnpm` so instead of `yarn` use pnpm for package installation - Remove yarn related lock file and error file - Remove node_modules - Now...
Have you configured the `.env` file and please also share network request picture ?
This bug is related to #54 . Because it is looping through all comments and hence it delete last one and popup showing for all comments available. Follow delete post...
Okay will add that features