StructureBuilder / react-keep-alive

A component that maintains component state and avoids repeated re-rendering.
MIT License
984 stars 106 forks source link

为什么时候key 就可以 使用 就 name #10

Closed qa1057 closed 5 years ago

qa1057 commented 5 years ago

在KeepAlive 中 使用name属性 来回切换组件 就报错。使用key就不报错

ShenChang618 commented 5 years ago

@qa1057 能给我看下代码示例吗? 另外可以参考下 keepAliveDecorator.tsx271 行。

ShenChang618 commented 5 years ago

@qa1057 修复好了,请安装最新版本