Well actually I think the issue is that the context around "getStaticPaths" is not really a closure, if I want a value, I need to get it again in this function, separately Next.js works the same way actually This means some code is repeated twice, I need to abstract it by defining a function
0 likes 1 replies
?