Benjamin Leonard

Results 5 comments of Benjamin Leonard

Exactly, that rings true to me, especially since it's so easy to add the attribute to a parent element; affecting all children.

Thanks for this @nwalters512 – currently using your branch successfully 👍

I have the same issue. Did you find a workaround?

I don't imagine this is a proper fix, but I can get it working in Safari with the following: ``` const [mount, setMount] = useState(true) useEffect(() => { setMount(false) },...

Ran into this issue with `rustix 0.37.23` – after a fresh install. Fixed by running: `cargo clean -p rustix`