olamission
olamission
right click - then go to git - then add to source repository  I mean its a plus now beause I solved it
> > So this red icon is a ghost we should ignore? What is the status of this issue? > > Yes you can just ignore it. Obviously we would...
> > So this red icon is a ghost we should ignore? What is the status of this issue? > > Yes you can just ignore it. Obviously we would...
How I got rid of this error is by changing the getPostdetails on slug.js from (params) to ({params}). before  after  but now i get this error  but...
To get rid of the other errors it was based on me not following the tutorial exactly and making basic mistakes before - getSimilarPosts from sevices/index.js  After  Added...
Hi I found a solution instead of this : export default function Home({ posts }) { do this export default function Home({ posts } : any ) { its to...