Connected React component is not reconnecting to the machine(s) on remount
illarionvk opened this issue · comments
Illarion Koperski commented
The React connect
helper connects the component to the machine only once at the time when the HoC is created.
The HoC disconnects from the machine(s) when it unmounts, but does not reconnect if we mount the same component again.
Illarion Koperski commented
The issue was originally discovered by @SofianeDjellouli
Krasimir Tsonev commented
Thanks. 8.0.1 released.