Skip to content

Commit d36846a

Browse files
committed
add log
1 parent c8a449b commit d36846a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/modules/components/MarkdownDocsV2.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ export default function MarkdownDocsV2(props) {
218218
return false;
219219
});
220220

221+
// eslint-disable-next-line no-console
222+
console.log('router', router);
223+
221224
const scopedDemo = router.query.scopedDemo;
222225
if (scopedDemo) {
223226
const isJoy = canonicalAs.startsWith('/joy-ui/');

0 commit comments

Comments
 (0)