quangkhaidam

Results 5 comments of quangkhaidam

Hope Fig is soon integrated with Warp

> I guess cause React Server Component already becomes to backend file, we need to use backend way ref: https://unocss.dev/integrations/cli > > ```js > export default defineConfig({ > cli: {...

> #3198 Nice. It works perfectly. But is this a right solution or just work around? Thank a lot.

> Disabling prefresh is a workaround with some drawbacks. We had the same issue, but I didn't want to sacrifice the nice DX prefresh brings. Instead I added the missing...

Temporary solution: Create `ThemeProvider` and provide dynamic css variables through style props ```typescript return ( {children} ); ``` Use css variables in Component css file ```css .icon { width: 24px;...