Skip to content

Commit d58ee74

Browse files
committed
use deprecated syntax
1 parent 185693c commit d58ee74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmem/markdown/Markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface MarkdownProps extends TestableComponent {
4242
/**
4343
* Additional reHype plugins to execute.
4444
* @see https://github.com/remarkjs/react-markdown#architecture
45-
* There will be no support PluggableList from "react-markdown/lib/react-markdown" with the next version (v25), only the new unified one
45+
* @deprecated (v25) this property won't support `PluggableList` from "react-markdown/lib/react-markdown" with the next major version, only the one from `unified` will be supported then.
4646
*/
4747
reHypePlugins?: CompatiblePluggableList;
4848
/**

0 commit comments

Comments
 (0)