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
We're going to adjust the design of cc-header-orga to allow slotted content (see #869).
This component does not implement our new way of handling states to avoid impossible states.
Currently, it still works with nullish values = skeleton and error as a separate boolean.
Even though this component does not have any smart component, the new state API we have implemented (see #708) could work well in this component.
We could first implement the new state API and then do the redesign of the component.
This would make it easier to manipulate the code.
The text was updated successfully, but these errors were encountered:
Context
We're going to adjust the design of
cc-header-orga
to allow slotted content (see #869).This component does not implement our new way of handling states to avoid impossible states.
Currently, it still works with
nullish values = skeleton
anderror
as a separateboolean
.Even though this component does not have any
smart
component, the new state API we have implemented (see #708) could work well in this component.We could first implement the new state API and then do the redesign of the component.
This would make it easier to manipulate the code.
The text was updated successfully, but these errors were encountered: