Closed astahmer closed 2 years ago
…estion stable
fix a bug with history.back, steps to reproduce:
localhost:4200
localhost:4200/question/xxx-1
localhost:4200/question/yyy-1
nx affected --target=test
:tada: This PR is included in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
…estion stable
What this PR is about?
fix a bug with history.back, steps to reproduce:
localhost:4200
, you get redirected tolocalhost:4200/question/xxx-1
localhost:4200/question/yyy-1
localhost:4200/question/xxx-1
localhost:4200
for a second, that's when it crashes (before this PR)localhost:4200/question/xxx-1
(after this PR)Tests
nx affected --target=test
Clean Code