diff --git a/lib/react-markdown.js b/lib/react-markdown.js index f01aa068..d0760619 100644 --- a/lib/react-markdown.js +++ b/lib/react-markdown.js @@ -41,7 +41,7 @@ const changelog = /** @type {Record} */ const deprecated = { - plugins: {to: 'plugins', id: 'change-plugins-to-remarkplugins'}, + plugins: {to: 'remarkPlugins', id: 'change-plugins-to-remarkplugins'}, renderers: {to: 'components', id: 'change-renderers-to-components'}, astPlugins: {id: 'remove-buggy-html-in-markdown-parser'}, allowDangerousHtml: {id: 'remove-buggy-html-in-markdown-parser'},