react-activation icon indicating copy to clipboard operation
react-activation copied to clipboard

作者考虑兼容react18.x吗?

Open ikangjie opened this issue 3 years ago • 2 comments

ikangjie avatar Sep 13 '22 06:09 ikangjie

18.x 现在收集到的问题主要是 ts 类型问题,还有其他的吗?

CJY0208 avatar Sep 13 '22 06:09 CJY0208

升级到react18.x后目前发现的问题有: 1:在keepalive包裹内的组件使用react-router-dom useParams(),即使路由改变了,获取到的参数依旧是第一次的数据; 2:在keepalive包裹内的组件改变state状态,不会引起组件的更新

ikangjie avatar Sep 14 '22 06:09 ikangjie

related #219

CJY0208 avatar Oct 28 '22 03:10 CJY0208