Skip to content

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

@krandiash

Description

@krandiash
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions