You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] <Tooltip组件> Warning: An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback. Error Component Stack
#2682
Open
1 task done
xiaotianna opened this issue
Jan 21, 2025
· 0 comments
控制台报错1:Warning: An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback. Error Component Stack
控制台报错2:Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node Error Component Stack
Is there an existing issue for this?
Which Component
No response
Semi Version
2.73.0
Current Behavior
控制台报错1:Warning: An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback. Error Component Stack
控制台报错2:Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node Error Component Stack
虽然不影响使用,但是报错看着难受😂
Expected Behavior
页面只展示了这个组件就报错
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: