You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: