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

[BUG] Button with icon=None raises HTTP 422 error #316

Open
krandiash opened this issue Mar 29, 2023 · 0 comments
Open

[BUG] Button with icon=None raises HTTP 422 error #316

krandiash opened this issue Mar 29, 2023 · 0 comments

Comments

@krandiash
Copy link
Contributor

mk.gui.Button(..., icon=None, ...)

creates a button correctly, but causes round-trip issues with the backend due to the /store/update/ endpoint being passed a payload of {value: null}, which leads to issues.

Need to debug the /store/update/ to either fix support for null values, or figure out how to handle these values on the frontend.

This issue also happens with other components when passing None values.

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

No branches or pull requests

1 participant