Skip to content

Commit 9e451cc

Browse files
committed
Fix composition handling
The composition handler was not added to the default handlers, which means that the generated documentation didn't contain any information about the composed modules.
1 parent d923d20 commit 9e451cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import * as utils from './utils';
1818
var defaultResolver = resolver.findExportedComponentDefinition;
1919
var defaultHandlers = [
2020
handlers.propTypeHandler,
21+
handlers.propTypeCompositionHandler,
2122
handlers.propDocBlockHandler,
2223
handlers.defaultPropsHandler,
2324
handlers.componentDocblockHandler,

0 commit comments

Comments
 (0)