-
Notifications
You must be signed in to change notification settings - Fork 355
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(Wizard) convert demos to TS #9479
chore(Wizard) convert demos to TS #9479
Conversation
Preview: https://patternfly-react-pr-9479.surge.sh A11y report: https://patternfly-react-pr-9479-a11y.surge.sh |
Looks like this is failing a few of the CI checks |
cab703a
to
fc656f0
Compare
Looks like this is blocked by #9553, is that correct? |
I don't think that's the blocker, just CI tests are not passing |
3e5ec31
to
df94ba8
Compare
df94ba8
to
ed884f3
Compare
revert to js to fix ci build fix dashboard wrapper paths declare demos as ts files fix imports add DashboardWrapper import to md file change back to js declarations to fix build remove dashboardwrapper import from md file
f6b4430
to
eeb3714
Compare
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.
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.
Thank you for your review/feedback @wise-king-sullyman ! Good catch, I noticed that as well, along with some additional spacing/styling issues that should now be fixed with the latest commit 🙂
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.
🥳
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.
LGTM
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #9449