wujie icon indicating copy to clipboard operation
wujie copied to clipboard

feat: 修改wujie-react组件为函数式组件

Open AttackXiaoJinJin opened this issue 1 year ago • 0 comments

  • [x] 提交符合commit规范
  • [ ] 文档更改
  • [ ] 测试用例添加
  • [ ] npm run test通过
详细描述
  • 可以等 react 完全废弃 class component 后再合并
  • 使用 useRef 替代 useCallback 缓存函数引用地址
  • example/react16/webpack.config.js 添加 react 别名以在多个 react 版本中指定唯一版本

AttackXiaoJinJin avatar Feb 06 '24 09:02 AttackXiaoJinJin