Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not call vuex create store multiple times #5254

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

LukasHirt
Copy link
Collaborator

We've moved the create Vuex store logic into the index file of Web runtime to prevent initialising the store multiple times.

@LukasHirt LukasHirt added the Type:Bug Something isn't working label Jun 11, 2021
@LukasHirt LukasHirt self-assigned this Jun 11, 2021
@ownclouders

This comment has been minimized.

Copy link
Contributor

@pascalwengerter pascalwengerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit tests fail in CI and PR number in changelog is off, otherwise a great catch IMO! 💪🏽

changelog/unreleased/bugfix-remove-vuex-circular-init Outdated Show resolved Hide resolved
@ownclouders

This comment has been minimized.

@ownclouders

This comment has been minimized.

@LukasHirt LukasHirt force-pushed the refactor/do-not-init-store-twice branch from 6ba3906 to 4977275 Compare June 14, 2021 14:27
@sonarcloud
Copy link

sonarcloud bot commented Jun 14, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@pascalwengerter pascalwengerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 💓

@kulmann kulmann merged commit 544fb8e into master Jun 14, 2021
@delete-merged-branch delete-merged-branch bot deleted the refactor/do-not-init-store-twice branch June 14, 2021 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants