GildedPleb

Results 2 comments of GildedPleb

Returns false for me as well. Firefox 123.01 Chrome 122.0.6 MacOS Sonoma 14.3.1 vite react swc

In vite, i had to add this to get it to work: `npm i buffer` // vite.config.ts import { defineConfig } from "vite"; import react from "@vitejs/plugin-react-swc"; // https://vitejs.dev/config/ export...