-
Hi. Is there any way to use server-side next js components in the config file?
Something like this:
```
export const config: Config = {
root: {
render: ({ children }) => (
…
fenq2 updated
2 months ago
-
- **Version**:
react 17, next 12 and the react-ui-components is the latest version
- **Platform**:
MAC
#### Severity:
Critical
#### Description:
run the nextjs-react example, it canno…
-
### Problem Statement
The current implementation of FormProvider can trigger unnecessary re-renders in components that consume the context, even when the specific context values they rely on haven't …
-
✓ Starting...
✓ Ready in 1863ms
○ Compiling / ...
✓ Compiled / in 1488ms (1616 modules)
GET / 200 in 1856ms
✓ Compiled in 326ms (805 modules)
✓ Compiled /api/playground in 154ms (843 mo…
-
### What problem does this feature solve
效果如下:
![image](https://github.com/user-attachments/assets/33fe62e9-c51b-4778-9a26-b15dd73494a1)
可参考:https://tdesign.tencent.com/react/components/color-pic…
-
Hi, I found that there is an infinite re-rendering in my component as soon as I called `useVoice()`.
Here is a very simple code that create this infinite re-rendering, I am using `"@humeai/voice-re…
-
Implement (or copy from Next.js) components factory for React that allows to use React placeholder.
See details: https://exdst.com/posts/20240403-sitecore-react-astro
-
To convert your static HTML file into a ReactJS project using Vite, follow these steps:
### 1. **Set Up Vite Project**
You can create a new ReactJS project using Vite:
```bash
npm create vite@…
-
Using the Highlight component inside a component that is not marked with "use client" will throw the following error:
```
TypeError: Super expression must either be null or a function, not undefin…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/keen-swartz-k22cmx?file=%2Fapp%2Fpage.js%3A9%2C34
### To Reproduce
# Dublicate of https://github.com/vercel/next.js/i…