patternfly / patternfly-org

Home of patternfly.org
https://www.patternfly.org
MIT License
70 stars 138 forks source link

Markdown parser unable to process some TypeScript demos when ts code blocks are used #2958

Open wise-king-sullyman opened 2 years ago

wise-king-sullyman commented 2 years ago

Per patternfly/patternfly-react#6692 a ```ts specified code block is unable to be used with some TypeScript demos.

nicolethoen commented 2 years ago

I believe this is related to the fact that this demo imports the DashboardWrapper, which is still not converted to typescript.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

wise-king-sullyman commented 2 years ago

Begone stalebot.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

jenny-s51 commented 1 year ago

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