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 variant on design tool often contains state of user interaction - e.g. A input cursor or a help text / actual input, a hover state.
See, the hover state is not a state that is exposed to outer component interface, it's a interaction state provided by native callbacks. So on design tool, hover=true variant should be marked as --mock so that design-sdk won't accidently recognize it as a state that is controllable by parent accessors.
The text was updated successfully, but these errors were encountered:
Component variant on design tool often contains state of user interaction - e.g. A input cursor or a help text / actual input, a hover state.
See, the hover state is not a state that is exposed to outer component interface, it's a interaction state provided by native callbacks. So on design tool,
hover=true
variant should be marked as--mock
so that design-sdk won't accidently recognize it as a state that is controllable by parent accessors.The text was updated successfully, but these errors were encountered: