Tencent / tdesign-react

A React UI components lib for TDesign.
https://tdesign.tencent.com/react
MIT License
795 stars 309 forks source link

[configProvider] 是否支持nextjs14 #2857

Open Lseven-zzw opened 2 months ago

Lseven-zzw commented 2 months ago

tdesign-react 版本

1.6.0

重现链接

No response

重现步骤

image

期望结果

No response

实际结果

在配置nextjs14国际化时,报错 image

框架版本

nextjs14

浏览器版本

No response

系统版本

windows11

Node版本

18.17

补充说明

No response

github-actions[bot] commented 2 months ago

👋 @Lseven-zzw,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

HaixingOoO commented 2 months ago

@Lseven-zzw 你好,支持的,可以看看这个网址来配置一下,需要把组件换成client来渲染 Provides 配置 image image

HaixingOoO commented 2 months ago

@Lseven-zzw https://nextjs.org/docs/messages/context-in-server-component 也可以看看nextjs的docs,有解答的

HaixingOoO commented 2 months ago

后续我们会优化一下,组件都会加上'use client'

Lseven-zzw commented 2 months ago

感谢