uikit icon indicating copy to clipboard operation
uikit copied to clipboard

Library unsupported in ios safari <16.3, dependency on `tw-to-css` which has an unsupported regex

Open ultrafro opened this issue 1 year ago • 1 comments

Heads up, I am not getting this library to work on ios-safari <16.4.

this library depends on tw-to-css, which has this open issue: https://github.com/vinicoder/tw-to-css/issues/6

uikit is being imported into my project via:

@react-three/[email protected] `-- @pmndrs/[email protected]

ultrafro avatar Sep 16 '24 22:09 ultrafro

tw-to-css is only used when converting html strings to uikit code. Assuming you dont do this, this wont be related.

Can you provide more information into what is not working in relation to ios-safari?

bbohlender avatar Sep 25 '24 14:09 bbohlender

currently, i get the same bug with all ios devices ios 16.xx. any solution for that

mannomion avatar Jun 06 '25 06:06 mannomion

tw-to-css, just as a lot of other dependencies, were removed in uikit 1.0, which should this error

bbohlender avatar Sep 23 '25 18:09 bbohlender