Rednas

Results 99 comments of Rednas

Any thoughts on how to solve the hydration warning to be able to list the rendered icons on the client level?

I have the same question. Are there plans for migrating?

This works just like `class="text-red-600"` for tailwind users. But the docs still mentions `color` in the example ![image](https://github.com/nuxt/icon/assets/25219229/e5219f0a-07cb-4dcc-ab52-e285e759ef4f) Will `color` as a shorthand be supported again or should the docs...

Ok, I migrated to `style` for now ``` :color="page.name == selected ? settings.color : page.name == 'Alarms' && coptions.alarm ? 'red' : 'black'" // ISSUE: Not supported :class="page.name == selected...

Just tried with a javascript plugin because for typescript we will need to wait for official support or for an external declaration file🤞 **plugins/apex.client.js** ``` import VueApexCharts from "vue3-apexcharts"; export...

Got it working😀 The ungroup error was caused by a conflicting custom ungroup function. Also don't forget to wrap `apexchart` with `ClientOnly` to avoid a hydration mismatch ![image](https://github.com/apexcharts/vue3-apexcharts/assets/25219229/2ee1e330-60a0-438d-8491-a2fcd4bd94f4) **plugins/apex.client.js** ```...

Tried deleting **node_modules** and `pnpm install` but it didn't help. For now it's probably easiest to downgrade to pnpm9 and run `pnpm install`. **package.json** `"packageManager": "[email protected]"` Perhaps it could be...

Did you also try * Installing latest node22 * Adding `content: { experimental: { nativeSqlite: true } }` in **nuxt.config.ts** * Aprove build scripts with `pnpm approve-builds` or yarn equivelant...

Is there also a fix for deno? I understood that **better-sqlite3** only works with **node** and **bun**😭

Please upvote if you like this idea. I think it should be very do-able.