Skip to content

Commit e06fe12

Browse files
committed
this is fixed in 6.4 PR but keeps popping up
1 parent 222b6c5 commit e06fe12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/app/components/dynamic-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default class DynamicTemplate extends Component {
4545
// if component couldn't be found the old way try importing it directly
4646
let module;
4747
try {
48-
module = importSync(`/docs/${this.args.componentId}.js`);
48+
module = importSync(`./docs/${this.args.componentId}.js`);
4949
} catch {
5050
// backing class doesn't exist so just ignore the error
5151
}

0 commit comments

Comments
 (0)