-
Notifications
You must be signed in to change notification settings - Fork 403
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
feat(store): reusable states #791
Conversation
@markwhitfeld ping |
@markwhitfeld @arturovt I have improved the formation of the state tree so that the hmr-plugin will now work perfectly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I identified some issues and had quite a few things that I wanted tweaked so I decided to make the changes to the branch directly.
@splincode please check my changes to see if you are ok with them.
You can check some of my resolved comments below for context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy now after my changes ;-)
@markwhitfeld it's awesome |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number:
#179
#741
#719
What is the new behavior?
throw an error, since the previous state will be overwritten
Does this PR introduce a breaking change?