StructureBuilder / react-keep-alive

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

Props aren't updating when wrapped in KeepAlive #110

Open jmkenz opened 3 years ago

jmkenz commented 3 years ago

If the component that is inside the KeepAlive accepts props, they don't seem to be updating.

Vissie2 commented 3 years ago

Having the same problem.