Closed
Description
Version
4.0.0-rc.1
Reproduction link
https://github.com/musashiM82/register-module-in-before-create-page
Steps to reproduce
- clone repo
- execute
npm i && npm run serve
- open web app in browser
- in "Home" page you can see "state.home.count 1"
- click on "About" link
- click on "Home" link
- in "Home" page you can see "state.home.count" now
What is expected?
it is expected that the second time that I go into Home page I continue to see "state.home.count 1"
What is actually happening?
it is happening that I see "state.home.count". it is like the previous registered module is lost