arco-design / arco-design-mobile

React mobile UI components library based on Arco Design
https://arco.design/mobile/react/arco-design/pc/#/
MIT License
397 stars 76 forks source link

avatar组件在使用字体头像的时候,src必填导致ts报错 #144

Closed halaproliu closed 1 year ago

halaproliu commented 1 year ago

Basic Info

What is expected?

看了下源码,字体组件期望的是src为undefined,并且没有children传入。然而src却是必填

Steps to reproduce

在ts环境下输入

TinaPeach commented 1 year ago

@halaproliu 同学,该问题已修复,近期发版:https://github.com/arco-design/arco-design-mobile/pull/145

TinaPeach commented 1 year ago

@halaproliu 新版本@arco-design/mobile-react@2.28.1已发布~

halaproliu commented 1 year ago

@halaproliu 新版本@arco-design/mobile-react@2.28.1已发布~

好的