Joseph Markus
Joseph Markus
There appears to be a similar issue with SCSS. Say I have: ```jsx import selectStyles from "somePackage/Select.scss?inline"; export const Theme = () => {selectStyles}; ``` And that `Select.scss` has ```scss...
Was just filling in a bug report and whilst reproducing the error realised that my SCSS file imports another SCSS file, but if I target the end file directly, Vite...
I ran into the same issue where keyboard focus doesn't work when an app that uses `{ useFocusRing } from "@react-aria/focus"` is rendered in ShadowDOM
@michalkvasnicak where does `defaultMarkup` come from? With the following configuration: ``` { resolve: 'gatsby-remark-images-anywhere', options: { staticDir: 'content', createMarkup: (props) => { console.log('BLA BLA123', props); return props; } }, }...
Same here
@SlavenDj docs are up-to-date on the auth page for Next.js: https://supabase.com/docs/guides/auth/server-side/nextjs You could raise a PR for this 💯
@B-Stewart unbelievable. That `camelCase` to all `lowercase` is what fixed it for me. A lifesaver. Thanks!
This was never approved, so not sure what else I could do there
Looks like the link has been updated to something else altogether 🤷♂️ 😅 . Also, most status checks been showing as 'Waiting for status to be reported' even before the...
Same here. Can also confirm that the codemod didn't work since the issue is with auth0 code example