Skip to content

Commit 5a74289

Browse files
committed
fix: use correct unist-util-visit-parents imports
1 parent 5163b71 commit 5a74289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-docs-theme/src/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const remarkParse = require('remark-parse');
22
const remarkStringify = require('remark-stringify');
33
const { unified } = require('unified');
4-
const visitParents = require('unist-util-visit-parents');
4+
const { visitParents } = require('unist-util-visit-parents');
55

66
/**
77
* Updates the markdown content for better UX and compatibility with Docusaurus v3.

0 commit comments

Comments
 (0)