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
running storybook dev with a storySort function that is written in V7 style yields this console error: Are you using a V7-style sort function in V6 compatibilty mode?
building storybook with a storySort function that is written in V6 style yields this CLI error: Are you using a V6-style sort function in V7 mode?
Using
6.4.0-beta.30
.To Reproduce
Using in
main.js
:running storybook dev with a
storySort
function that is written in V7 style yields this console error:Are you using a V7-style sort function in V6 compatibilty mode?
building storybook with a
storySort
function that is written in V6 style yields this CLI error:Are you using a V6-style sort function in V7 mode?
System
Minor aside!
The console error:
Are you using a V7-style sort function in V6 compatibilty mode?
has a typo. "compatibilty" is misspelled.The text was updated successfully, but these errors were encountered: