Mitul
Mitul
To all the people still finding a workaround, we can also do: [npm install](https://docs.npmjs.com/cli/v8/commands/npm-install) [link_to_gzipped_tarball](https://github.com/react-icons/react-icons/releases). For an Example: ```sh $ npm i https://github.com/react-icons/react-icons/releases/download/v4.7.1/react-icons-all-files-4.7.1.tgz ``` This also adds a dependency in...
Hi @Byron I did `navigator.userAgent ` & it looks like this:
> Thank you, that's interesting, it looks like the very same version. Does this mean you are on MacOS 14.6.1 as well? > > CC @PavelLaptev - it looks like...
@ndom91 I was checking the network tab & I don't think I received any 404s. Here is the HAR Export from my Network Tab: (I performed a No-Cache Hard Reload...
@Byron @ndom91 `Safari → About` shows: `Version 15.1 (17612.2.9.1.20)`
On a related note, I also tried setting cookieless_mode: always (both from config and via the project settings at the same time), but events are being dropped and not recorded.