diff --git a/addons/info/src/index.js b/addons/info/src/index.js index b6003d36d12..b138f51b65f 100644 --- a/addons/info/src/index.js +++ b/addons/info/src/index.js @@ -78,6 +78,7 @@ function addInfo(storyFn, context, infoOptions) { maxPropArrayLength: options.maxPropArrayLength, maxPropsIntoLine: options.maxPropsIntoLine, maxPropStringLength: options.maxPropStringLength, + excludedPropTypes: options.excludedPropTypes, }; return {storyFn(context)}; }