Skip to content

lost previous registered module during multiple registration #1878

Closed
@musashiM82

Description

@musashiM82

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

Metadata

Metadata

Assignees

Labels

4.xbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions