Skip to content

Commit

Permalink
fix: Failing build due to undefined prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 4, 2020
1 parent 6b3adb1 commit fc44a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/ReferenceTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ReferenceTemplate = ({ data }) => {
description: componentDescription,
methods = [],
usage = '',
propTypes,
propTypes = [],
} = componentDoc ?? {};

return (
Expand Down

0 comments on commit fc44a75

Please sign in to comment.