meerkat icon indicating copy to clipboard operation
meerkat copied to clipboard

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

Open krandiash opened this issue 1 year ago • 0 comments

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.

krandiash avatar Mar 29 '23 07:03 krandiash