ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.56k stars 2.38k forks source link

5.30 以后,会报一个错误 #6671

Open smithyj opened 3 weeks ago

smithyj commented 3 weeks ago

Version of antd-mobile

5.37.1

Operating system and its version

iOS, Android, Others

Browser and its version

No response

Sandbox to reproduce

No response

What happened?

调用了 TextArea 组件,然后页面会报错,错误如下: 45.js:425 Uncaught (in promise) TypeError: (0 , _runes.default) is not a function

跟踪到里面了,发现是由于 runes 换成了 runes2 导致的问题,runes2 这个包esm产物没有正确的 export default https://github.com/ant-design/ant-design-mobile/blob/c1958aadb91c4e0e8510e39dc4b8d5445d28bb85/src/components/text-area/text-area.tsx#L143

Relevant log output

No response

bluelovers commented 3 weeks ago

image

image

https://codesandbox.io/s/antd-mobile-snrxr?file=/package.json