-
**Scale Version**
3.0.0-beta.134
**Framework and version**
React 18.2.0 with wrappers
**Current Behavior**
All Scale Segmented Buttons are selected when using multi select and local state
…
-
### tdesign-react 版本
1.0.0
### 重现链接
https://codesandbox.io/s/tdesign-react-demo-forked-tk6jpn
### 重现步骤
https://codesandbox.io/s/tdesign-react-demo-forked-tk6jpn
### 期望结果
希望label是节点的时候和string类…
-
Next.js does this automagically with `next/image` component [readmore about next.js](https://nextjs.org/docs/basic-features/image-optimization)
-
I see that zustand is supporting only
-
### tdesign 版本
0.2.0
### 重现链接
_No response_
### 重现步骤
使用change函数改变value的值
### 期望结果
激活value对应的选项卡
### 实际结果
value对应的选项卡未被激活
### 框架版本
react18
### 浏览器版本
_No response_
### 系统版本
window10
### …
-
It seems that React 18 in Safari is not rendering every render call when the props have changed.
It is possible that I don't understand something about React 18's rendering, however, this is not r…
-
I have upgraded our app with React 18 and got the below warning since I am using [react-webcomponentify](https://github.com/a7ul/react-webcomponentify).
Since React 18 is not supporting `ReactD…
-
在 React 中,`setState` 方法有时是异步的,有时是同步的,具体取决于使用方式和环境。
当我们在 React 中调用 `setState` 方法时,React 会将新状态合并到组件的状态队列中,并在未来的某个时间更新组件的状态。这个更新过程是异步的,即不能保证在 `setState` 调用后立即更新状态,而是会将状态更新推迟到下一个渲染周期中。这种情况下,`setState` …
-
Desciption:
How to modify the word "Logout" in the top right corner of the logout popup layer in the layout component of Umi4.0 framework, I didn't find a place to modify it.
Framework:
Umi4.0+an…
-