Jirka Svoboda

Results 27 comments of Jirka Svoboda

Is there any progress? I am facing the same issue.

Hi @patrik-piskay, unfortunately my repo is private. But I discovered that error happend only when content wrapper width is < 300px. Maybe it will help. As I was pushed to...

How about `div..foo`? It would be super fast to type.

@sergeche sure. If multiple classNames are needed it could work same as single dot statement: 1. `div..foo` --> `` 2. `div..foo..bar` --> `` But I think that the second use-case...

Hi @zto-sbenning, I dont think that `generateStaticParams` has any effect on this neither multiple dynamic parameters as I am doing the same for`blogs/[author]/[article]` route in https://github.com/svobik7/next-roots/blob/master/examples/basic/src/routes/blogs/%5Bauthor%5D/%5Barticle%5D/page.tsx ☝️The only difference I...

Hi @zto-sbenning have you solved your issue? Could you please leave a short feedback for others if so? Thank you.

Hello @thiras, thak you for your comment. Since next.js dropped `as` attribute in version 10.0. I have no plans to implement this feature on my own now. Feel free to...

It seems like it was fixed in `0.130.0`. At least it works for me sfter update.

Pretty old issue πŸ™‚ is this in React roadplan or it has no priority?

Hi @alivarastepour, I am not sure if one is better than the other. I assume as long as your slugs are properly translated it does not matter if you choose...