Walid Mostefaoui
Walid Mostefaoui
I got roughly the same issue here, with react base ``` Error Stack : Warning: Internal React error: Attempted to capture a commit phase error inside a detached tree. This...
Hello, it's been 1 month, still no solution. I tested on a fresh create next app and there is no problem, I tried too after manual install via pnpm, so...
Hello, finally I understood that we can not launch turborepo in dev mode in vscode for an obscure reason. So if you want to use debug mode, you need to...
Hello, yes I think that it have something to do with turbo repo and base configuration of VSCode debugger (which is working in 99% of my cases).
Seems that this issue will not be ordered by anyone, 02-2023 and still same issue ...
Hey, got the same problem with Next 14.1.3 and tailwind 3.4.1 : ``` Parsing css source code failed 1272 | } 1273 | .\[a-zA-Z0-9\:\\\\-\\\\\._\$\] { > 1274 | a-z-a--z0-9: \\-\\....
2 years and 3 weeks now lol More seriously as a developer this feature would be very appreciable, and more than only aestetical :)
Hello, I drafted the PR because I thought there was a bug in my solution. Finally I came across this observation, when you use a path that has a static...
Hello ! I've got the same problem on my side, any restful crud app is unable to work as without --path-params-as-types, but this flag always generates errors. My solution for...
Hello @gzm0 ! I see your concerns, for my case, this did not conflict, as the problem is really between dynamic and non dynamic paths. Here is the example i...