ry
ry
Am experiencing this as well in `alpha.20`. Removing `@import "tailwindcss/utilities" layer(utilities);` from my root stylesheet fixes the problem but, of course, leaves me without any utilities. Console logs: ``` [Error]...
I'm using Remix. Frustratingly I can't seem to reproduce this on a fresh install - however, this does seem to be a widespread issue relegated only to Safari on macOS/iOS....
This seems like a regression considering this was possible in v3 - also quite confusing for the average developer as referencing theme variables via `var` works fine. Perhaps we need...
I was able to get it working by coercing the session ID to an ObjectId during validation: ```ts import { ObjectId } from "bson"; // Validate the session const {...
I made a mistake here so happy to close this issue. Sorry to waste your time. _FFR:_ To generate an authorization URL we should create it manually [as per documentation](https://discordjs.guide/oauth2/#getting-started-with-oauth2)....