-
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
Convert DashboardHeader and DashboardWrapper to TS #9544
Comments
adamviktora
added a commit
to adamviktora/patternfly-react
that referenced
this issue
Sep 20, 2023
warnings should disappear once issue patternfly#9544 is closed
Closing as all tasks are complete. |
adamviktora
added a commit
to adamviktora/patternfly-react
that referenced
this issue
Oct 11, 2023
warnings should disappear once issue patternfly#9544 is closed
jenny-s51
pushed a commit
that referenced
this issue
Oct 19, 2023
* chore(Nav): convert demos to TS * fix(Nav): omit <boolean> in useState * fix(Nav): subnav aria-label * chore(Nav): rename components * chore(Nav): add preventDefault prop to NavItem components in demos * refactor(Nav examples): simplify Array.apply, renaming * fix(Nav demo): update JS shortcuts to TS warnings should disappear once issue #9544 is closed * docs(Nav): fix Flyout nav demo: hide sidebar bug * chore(Nav demo): update DashboardHeader/Wrapper imports * chore(Nav demo): use JS shortcut, since docs build still failing on ts * refactor(Nav demo): get rid of Array.apply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement or change
There are build issues caused by these jsx files when using them with TS demos.
The DashboardWrapper import is currently causing the build to fail in #9359 if the filetype is declared as
ts
and build issues were also seen in #9487 when trying to declare the demo as ats
file.Any other information?
This was discovered through work on the #9367 epic
Tasks
The text was updated successfully, but these errors were encountered: