Clayton Chew
Clayton Chew
Same issue occurs for [container queries](https://github.com/tailwindlabs/tailwindcss-container-queries) `@container` on target. Overriding default config seems to resolve it. ``` trigger: 'inline-flex', ```
Seems like it is resolved by having it built twice (one after the other). ``` npm run build npm run build ```
This is still an issue, and someone is still working on it.
Same issue here, but our case is quite different. We have a middleware that redirects path `/` to `/home` for example, adding `page/index.vue` works on route correction, but for some...
> Here's a workaround for now: > > ```ts > import { useNitro } from '@nuxt/kit' > > export default defineNuxtConfig({ > devtools: { enabled: true }, > hooks: {...
Submitted a fix (#3740) for this.
Same issue with drizzle-orm `v0.39.3` and pg `v8.13.3`. This is a real blocker as we are losing precision due to this.