richerfu
richerfu
https://github.com/southorange1228/rollup-style-demo Just like this demo, if less file content is empty, the file can't be created which source file content is empty. And i changed `rollup-plugin-style`. ```js // before const...
### tdesign-react 版本 0.38.0 ### 重现链接 _No response_ ### 重现步骤 Switch的值是否有必要做成`string | number | boolean`? 如果考虑value自定义类型 是否通过泛型实现更优雅?大部分业务场景 都只需要一个boolean类型 如这种代码 很容易就出现TS错误 强制类型对业务成本改造过高 ### 期望结果 _No response_ ### 实际结果 _No response_ ###...
### 🤔 这个 PR 的性质是? - [ ] 日常 bug 修复 - [x] 新特性提交 - [ ] 文档改进 - [ ] 演示代码改进 - [ ] 组件样式/交互改进 - [ ] CI/CD...
### Discord username (optional) _No response_ ### Describe the bug ```text open new window by using `command + n`,the new window can't input anything.And it works if I type elsewhere....
### 这个功能解决了什么问题 自定义onClick逻辑,目前onClick内置了focus逻辑,但是如果使用`valueDisplay`并且渲染的内容中含有`input`类似的组件 将会导致永远无法选中自定义渲染的`valueInput`组件 ### 你建议的方案是什么 替换执行逻辑
markdown preview only support default theme. How about to add some other themes?
With rustls `0.22.x`, `ClientConfig` has different sign.How about to update it with the latest version?
## Note: An crash issue will be **ignored & closed** in a week **without logs**. ### The language of MMKV Try to use `core` to build with `HarmonyOS`, but get...
### What is the new or updated feature that you are suggesting? https://github.com/3lang3/react-vant/blob/main/packages/react-vant/src/components/radio/Radio.tsx#L29 目前看脱离Group好像无法单独选中。不知道是这么设计的还是说实现有问题 ### Why should this feature be included? 支持单独使用Radio进行选中