-
### Discussed in https://github.com/gluestack/gluestack-ui/discussions/2526
Originally posted by **Wolvinny** October 23, 2024
Hi all.
First of all, i am very new to web development. I do hav…
-
### 🔖 Feature description
Main: 1. Render a TSX template on the server side and send the HTML through Nodemailer. (use react-dom.render)
2. Simply import the mail sender, specify the template name a…
-
### Issue Description
When creating a container as root using userns=auto and a specific image, the container creation fails with this error:
```
DEBU[0004] Failed to create container charming_shirl…
-
### Link to the code that reproduces this issue
https://github.com/gabrielmfern/react-dom-edge-reproduction
### To Reproduce
1. Start the app using `next dev`
2. Open the route at https://localhos…
-
We render some markup on the server, but on the client (due to the bug in our app's code) we have a different state and we render nothing (instead of our markup).
In this case React should fallback…
-
Hi,
Im getting a hydration mismatch error. It seems this library just renders an empty string on the server.
Im using React and Next.js 14.
![Image](https://github.com/contentstack/json-rte-seriali…
-
### 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
-
Hi,
This react editor is great. I am trying to use it with a product I am developing with Nextjs, a server side react renderring framework.
This component could be rendered at server side then loa…
-
### Link to the code that reproduces this issue
https://github.com/jmderby/min-repro-next-render-issue
### To Reproduce
1. run `pnpm i`
2. run `pnpm dev`
3. visit localhost:3000, see consol…
-
## 🐛 Bug Report
Getting the below mentioned warning
```
Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This wi…