Skip to content

Commit

Permalink
Fix TypeScript bug by adding workaround
Browse files Browse the repository at this point in the history
Related-to: microsoft/TypeScript#48242.
Closes GH-676.
  • Loading branch information
Methuselah96 committed Mar 31, 2022
1 parent 85feb96 commit 704c3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react-markdown.js
Expand Up @@ -12,7 +12,7 @@
* @typedef PluginOptions
* @property {PluggableList} [remarkPlugins=[]]
* @property {PluggableList} [rehypePlugins=[]]
* @property {import('remark-rehype').Options} [remarkRehypeOptions={}]
* @property {import('remark-rehype').Options | undefined} [remarkRehypeOptions={}]
*
* @typedef LayoutOptions
* @property {string} [className]
Expand Down

0 comments on commit 704c3c6

Please sign in to comment.