We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7a59a8 + 3b80eec commit 4222df8Copy full SHA for 4222df8
1 file changed
readme.md
@@ -20,7 +20,7 @@ yarn add -D react-docgen-typescript-plugin
20
21
```ts
22
const ts = require('typescript');
23
-const ReactDocgenTypescriptPlugin = require("react-docgen-typescript-plugin");
+const ReactDocgenTypescriptPlugin = require("react-docgen-typescript-plugin").default;
24
25
module.exports = {
26
plugins: [
0 commit comments