-
```bash
./app/_document.js
2:1 Error: `` from `next/document` should not be imported outside of `pages/_document.js`. See: https://nextjs.org/docs/messages/no-document-import-in-page @next/next/no…
-
### Issue
When implementing Verida SSO on a Next.js app, we install the `@verida/account-web-vault` dependency. Upon running the application, there's an error loading the Sora font used by the login …
-
### Describe the bug
I'm going to proceed with the project using NextJS and Storybook. When I try to apply font using localfont, SyntaxError occurs. There seems to be no problem when excluding 'pre…
-
**Is your feature request related to a problem? Please describe.**
Hey again @fwouts :-) it's been a while.
I'm using PreviewJS with my NextJS app and I want my `__previewjs__/Wrapper.tsx` file t…
-
I'm facing an issue with the fonts in my Next.js 14 project with MUIv5 n TypeScript.
I've used the following code to import and set up fonts...,
![image](https://github.com/mui/material-ui/a…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
loick updated
3 months ago
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
…
-
## Configurando stitches
A graça do stiches é que:
- Ele dá melhor suporte para trabalhar com styled components que possuem muitas variações
- E ele funciona muito bem junto ao NextJS, num cont…
-
### Describe the Bug
I try to use react email render function on nextjs-
```tsx
import { render } from "@react-email/components";
//Uses
html: render()
```
When I am trying to build the…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/vibrant-cdn-82zfp4
### To Reproduce
1. Add a font like IBM Plex Mono from `next/font` to a component (this work…