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
component cards currently get the full set of component actions (editCard, saveCard, etc), but some of the actions are meaningless depending on the card's current mode. If the card is in edit mode, the editCard action is meaningless, for example.
An improvement would be to only pass the appropriate actions and/or give a meaningful error message if the action does not make sense (calling editCard when card is in edit mode, e.g.).
The text was updated successfully, but these errors were encountered:
component cards currently get the full set of component actions (
editCard
,saveCard
, etc), but some of the actions are meaningless depending on the card's current mode. If the card is in edit mode, theeditCard
action is meaningless, for example.An improvement would be to only pass the appropriate actions and/or give a meaningful error message if the action does not make sense (calling
editCard
when card is in edit mode, e.g.).The text was updated successfully, but these errors were encountered: