summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/withData.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/withData.js b/lib/withData.js
index 4720790..de67fd3 100644
--- a/lib/withData.js
+++ b/lib/withData.js
@@ -12,6 +12,7 @@ function getComponentDisplayName (Component) {
export default ComposedComponent => {
return class WithData extends React.Component {
static displayName = `WithData(${getComponentDisplayName(ComposedComponent)})`
+
static propTypes = {
serverState: PropTypes.object.isRequired
}