Worked on 100DaysofCode
Wrote TypeScript
Wrote JavaScript
Worked with Next.js
Worked with Prismic.io
+3
Day 17 of #100DaysOfCode - spent a good two hours trying to debug routing issues between ProjectCards and pages. For some reason it seems like my linkResolver is never being reached so clicking on the card stays on home instead of going where I want it to. Need to keep tracing it. I've gone over my code several times at this point and console logged in my ProjectCard slice, in the dynamic page and in the prismicio-link resolver function. Data is making it to both the ProjectCard and dynamic route for ProjectPages but the link resolver is not being called. Ruled out potential naming issues are rebuilding custom types from scratch and updating code. Double checked docs as well and my code follows it exactly.  Definitely frustrating so I'll try approaching it with fresh eyes tomorrow.