bluwy / whyframe

Develop components in isolation with just an iframe

Home Page:https://whyframe.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docusaurus plugin does not work with Typescript

paularmstrong opened this issue · comments

When using the docusaurus plugin with typescript (even through markdown/mdx), the resulting iframe is blank. Looks like the plugin only looks for .jsx?, expected that to be .(t|j)sx?

This is fixed in e6c992d and @whyframe/jsx 0.1.6. Forgot to handle this. Thanks for the report!