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
Therefore Vue should use parameters.component if it's available and the story's component ISN'T available. If possible, in 6.0 we should deprecate the Story's component, and in 7.0 we should remove support entirely.
In Vue stories, you currently need to pass a component argument as part of the story input (for some modes):
However, in 5.2 and later, it's recommended to pass this as part of the component metadata:
This gets translated into the underlying API call:
Therefore Vue should use
parameters.component
if it's available and the story's component ISN'T available. If possible, in 6.0 we should deprecate the Story's component, and in 7.0 we should remove support entirely.Related: #8673
The text was updated successfully, but these errors were encountered: