Fix documentation by adding propTypeCompositionHandler

This commit is contained in:
Jason Brown 2015-09-12 09:53:01 -07:00
parent d7ee28e079
commit 627d5a8e7e

View File

@ -226,7 +226,7 @@ var styleDocs = styles.slice(2).reduce(function(docs, filepath) {
docgen.parse(
fs.readFileSync(filepath),
docgenHelpers.findExportedObject,
[docgen.handlers.propTypeHandler]
[docgen.handlers.propTypeHandler, docgen.handlers.propTypeCompositionHandler]
);
return docs;