-
Starting a new issue here. There are a few other issues posted to similar issues around server side rendering the `react-jsx-parser`:
- https://github.com/TroyAlford/react-jsx-parser/issues/170
- …
-
### Checklist
- [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A).
- [X] I have looked into the […
-
### What version of `@strapi/blocks-react-renderer` are you using?
```
"@strapi/blocks-react-renderer": "^1.0.1",
"react": "^18.3.1"
```
### What's Wrong?
I am trying to use the BlocksRend…
wzrdx updated
1 month ago
-
Issue:
This issue happen after I upgrade to nextjs lasted version (15.0.0-canary.195).
It throws this error when I create a new Resend instance:
```
new Resend(resendApiKey)
```
Error:
```
[p…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
Hi, i have faced into problem with prerendering "client" components in NextJs.
Event after adding use client directive, i still have error insode server console like: document is not defined.
![im…
-
Thanks for the submission, and great work! Here are some feedback regarding the code:
## next.config.ts
Allowing all hostnames may lead to security problems. [NextJS docs](https://nextjs.org/doc…
-
### Describe the bug
I'm experiencing an issue where my Next.js application builds successfully locally and on Vercel, but fails when attempting to build using Docker. The build process in Docker r…
-
### Describe the bug
Next.js 15 is now stable.
Investigate the following topics:
- [ ] Bug: https://github.com/storybookjs/storybook/issues/29380
- [ ] I am concerned that people would like to use …
-
## Summary
I recently upgraded to NextJS 15 and I have noticed that react-dom's useFormStatus is no longer working when the Select component is included in the form.
I don't know if this is a sh…