Alissa Nguyen

Results 4 comments of Alissa Nguyen

@wingkwong I just created this project yesterday with the cli: npx create-next-app@latest --template typescript my-app and everything else is of default configs. My next.config.mjs: ``` /** @type {import('next').NextConfig} */ const...

@wingkwong here is the stackblitz link https://stackblitz.com/edit/stackblitz-starters-c8k3ez?file=app%2Fglobals.css

@psiaux @rxnveer @eluchsinger same issue here, provider is resend. Followed their official docs as well, any of you were able to fix it? TIA.

@carbonrobot Yes, I have simplify the code a bit but here is how i'm using it. ``` import * as React from "react"; import Highlight, { defaultProps, Language } from...