diff --git a/src/core/ReactCompositeComponent.js b/src/core/ReactCompositeComponent.js index af3537e969..2d4b09efd3 100644 --- a/src/core/ReactCompositeComponent.js +++ b/src/core/ReactCompositeComponent.js @@ -110,7 +110,7 @@ var ReactCompositeComponentInterface = { * @return {object} * @optional */ - getDefaultProps: SpecPolicy.DEFINE_ONCE, + getDefaultProps: SpecPolicy.DEFINE_MANY_MERGED, /** * Invoked once before the component is mounted. The return value will be used