Abatera

Results 3 comments of Abatera

> The error "Property does not exist on type 'never'" occurs when we try to access a property on a value of type never or when TypeScript gets confused when...

> Just to inform, this problem still occurs for me even after implementing both the solutions suggested above. I have already made the necessary changes so that it can work...

I solved this by adding a **const [quant, setQuant] = useState(1);** to [slug].js using the router component : **import { useRouter } from "next/router";** and I used it inside to...