0x3lang

Results 46 comments of 0x3lang

就是这么设计的哈,你的场景是不是用 `Checkbox` 或者 `Switch` 更合适?

> 😯我看到了。如果`checkbox`支持的自定义图标的话 应该也是可以的。其实就是一个类似于签署协议的选项,如果这样设计的话。可以考虑对TS定义进行优化,把radio对`checked`等属性的声明Omit掉 `Checkbox` 支持自定义图标的 关于 `Radio` ts定义 确实可以优化

@aiko-chan-ai Hi, hope I can get your help 🥹🥹 How to catch all errors How to safely destroy instances

> What I normally do is throw the following code into another file and then in my index.js call it like require("./antiCrash.js")(); > > ```js > module.exports = () =>...