epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
586 stars 152 forks source link

Removes hard coded note id #68

Closed LouiseReid closed 9 months ago

LouiseReid commented 9 months ago

Removes hard coded id from home page link which was causing the app to 404

Screenshot 2023-11-21 at 16 08 10
kentcdodds commented 9 months ago

Hi @LouiseReid,

Thanks for this. However, this is intentional as the ID is hard-coded in the app as well. It saves you a click as your working through the workshop. If you ever get into this situation, simply restart the server and the note will be there. It's most likely that you deleted the note during the mutation exercise. Restarting the server will bring it back.

Cheers!