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

Warning: findDOMNode is deprecated in StrictMode #126

Closed zhangjiahao93 closed 1 year ago

zhangjiahao93 commented 1 year ago

Basic Info

What is expected?

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition3 which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here:xxxx

Steps to reproduce

use DatePicker component and use React.StrictMode

ChelesteWang commented 1 year ago

Can you provide a minimalist replay demo @zhangjiahao93

zhangjiahao93 commented 1 year ago

@ChelesteWang

https://github.com/zhangjiahao93/arco-mobile-issue

ChelesteWang commented 1 year ago

@zhangjiahao93 Now that we know the problem let's look at how do we solve it

ziqisia commented 1 year ago

@zhangjiahao93 I've located the problem, and it will be fixed in a later version