Actions
Bug #28844
closedPlugin pages that use react component are broken in production
Description
It happens because the redux state gets copied into plugins which create multiple instances of the redux store.
A solution might be to turn the store into a global singleton.
Actions