- Notifications
You must be signed in to change notification settings - Fork928
chore(site): add CreateTokenPage story#12472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Could you just specify |
@@ -21,6 +22,8 @@ import { | |||
customLifetimeDay, | |||
} from "./utils"; | |||
dayjs.extend(utc); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I've seen Storybook catch so many of these "depending on a dayjs plugin that we don't actually install locally" bugs. 🐛
They don't work for mutations 😥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
ah, right. fair enough!
FYI: Tried to run a few scenarios but it was failing for me when trying to spy on the API methods. Opened a bug on Storybook repo:storybookjs/storybook#26386
Related to#12263