adrianhajdin / project_next_14_ai_prompt_sharing

Next.js recently became the official React framework as outlined in React docs. In this course, you'll learn the most important Next.js concepts and how they fit into the React ecosystem. Finally, you'll put your skills to the test by building a modern full-stack Next 14 application.
https://www.jsmastery.pro/ultimate-next-course
2.9k stars 427 forks source link

Next JS Bug on Edit Post Page #98

Open DRealCharlesXavier opened 5 months ago

DRealCharlesXavier commented 5 months ago

Edit and Delete button are unable to be found.

Need help

DRealCharlesXavier commented 5 months ago

Yup. Me too

mayankchadha28 commented 4 months ago

Are you still facing the issue? I was facing the same issue. To fix this instead of calling the Edit and Delete function from Profile, I am calling it from the PromptCard which is a grandchild element and should be called from there. Let me know if this helps.