We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089a5e7 commit 087408fCopy full SHA for 087408f
lib/index.js
@@ -213,7 +213,9 @@ export async function MarkdownAsync(options) {
213
*/
214
export function MarkdownHooks(options) {
215
const processor = useMemo(
216
- () => createProcessor(options),
+ function () {
217
+ return createProcessor(options)
218
+ },
219
[options.rehypePlugins, options.remarkPlugins, options.remarkRehypeOptions]
220
)
221
const [error, setError] = useState(
0 commit comments