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

Collect state correctly if it's a function #61

Merged
merged 3 commits into from
Nov 12, 2023

Conversation

VladBrok
Copy link
Contributor

The state could be a function:
https://github.com/vuejs/vuex/blob/v3.0.1/dist/vuex.js#L317-L319
so we should handle this case (both for module states and for the root state)

@euaaaio
Copy link
Member

euaaaio commented Nov 11, 2023

It looks like the first thing I should do is fix CI. Will do it in the next few days.

@euaaaio
Copy link
Member

euaaaio commented Nov 12, 2023

I’ve made some changes and fixed CI. Please update your branch.

@euaaaio
Copy link
Member

euaaaio commented Nov 12, 2023

Thanks 🖤
Will release it in the next few days.

@euaaaio euaaaio merged commit dfba683 into logux:main Nov 12, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants