Jonas Kugelmann

Results 5 comments of Jonas Kugelmann

Good to hear, do you have a rough ETA of 2.0? After thinking about it some more I think the expected selector output should be: `:root.dark-theme` ~~.dark\:~~`group:hover .dark\:group-hover\:bg-amber-300`

> I'm on the same position. > > > @Kuirak do you found a solution? > @didaquis We are currently using the patch above via patch-package and do some simple...

I recently had the same issue and the problematic setting is: `shared-workspace-lockfile=false` because it allows multiple `pnpm-lock.yaml` and turbo can't handle it yet

I just did some code exploration and I think it is more than that: Since this is a feature I only know from "classic" `lerna` (without package manager powered workspaces)...

Actually I like this syntax with passing a fully valid component as prop. It is basically the same syntax you use for the ``. It helps knowing where the passed...