Closed silveltman closed 1 year ago
Yep, I've known of this one for a while, it's pretty intermittent. I don't think it affects usage though, so it's not my top priority. I'll try to find time to look into this soon.
Hi, i had the same problem
@endigma i created this PR to fix this issue https://github.com/endigma/unocss-preset-radix/pull/14
@silveltman You can use this correction until the PR is merged if you still encounter the same problem.
// uno.config.ts
import { Preset } from "unocss"
import type { Theme } from "unocss/preset-uno"
...
presetRadix({
/* options */
}) as unknown as Preset<Theme>,
I see the PR in merged, but 2.5.3 is not yet available on npm. 2.5.1 is max.
Just in case wanted to let you know ✌️
Sorry, don't really have a great flow for publishing packages. Should be up now. I'd accept a Github Actions PR :)
I use the exact same config as the readme/docs show and immediately get the following typescript error:
uno.config.ts: