patternfly-org
patternfly-org copied to clipboard
Markdown parser unable to process some TypeScript demos when ts code blocks are used
Per patternfly/patternfly-react#6692 a ```ts specified code block is unable to be used with some TypeScript demos.
I believe this is related to the fact that this demo imports the DashboardWrapper, which is still not converted to typescript.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Begone stalebot.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Update: all Dashboard components have now been converted to TS, but using a ```ts specified code block still doesn't work for demos that import the Dashboard components