pmndrs / uikit

🎨 user interfaces for react-three-fiber
https://pmndrs.github.io/uikit/docs/
Other
2.6k stars 135 forks source link

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

Open ultrafro opened 1 week ago

ultrafro commented 1 week ago

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/uikit@0.5.3 `-- @pmndrs/uikit@0.5.3

bbohlender commented 4 days ago

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?