mikebuilds
mikebuilds
--font-sans is the Inter font You can use the below settings in Next JS, but change the --font-inter to --font-sans in the inter variable. https://beta.nextjs.org/docs/optimizing/fonts#with-tailwind-css
Hey Donferi - just ran into the same issue. Did you work this out?
> For anyone looking for a quick solution, 0.8.0 worked for me (0.9.0 and higher did not). > > `pnpm dlx [email protected] add alert-dialog` Same issue. this worked for me.
For reference, I think this may be the issue commit: https://github.com/vercel/next.js/commit/25ba8a74b7544dfb6b30d1b67c47b9cb5360cb4e @feedthejim Unsure if there is background here, but I can't think of why this could potentially be desired behaviour...
@feedthejim apologies, issue 2 is in fact a code issue - I changed some code when trying to debug issue 1, and accidentally introduced duplicate keys on the table rows....