-
Notifications
You must be signed in to change notification settings - Fork 373
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: remove state slice when set as undefined #2163
feat: remove state slice when set as undefined #2163
Conversation
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Thanks for the contribution ❤️
Please add test cases for the new behavior and make sure that the builds are green.
Sorry, I did hammer a bit the CI, I don't have the environment installed locally so I could test before committing. I hope it's good enough. |
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.
Thanks for the contribution :)
We can do an alpha release soon, so you can consume the changes 👍 |
That'd be great :) |
@JBBianchi |
This feature seems to work as expected but this alpha-0 ships the bug reported (and fixed) in #2166 so I'll wait next release to actually use it. |
Handles setting a slice state to
undefined
as removing the said slice.Related to #1790