From e77a8ce3c7bdda5ac2bdadf33ef345acf4ac6fae Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 18 Aug 2017 22:36:13 +0700 Subject: [PATCH] More comments --- client/coral-framework/components/Slot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/coral-framework/components/Slot.js b/client/coral-framework/components/Slot.js index 838382978..c0cca143c 100644 --- a/client/coral-framework/components/Slot.js +++ b/client/coral-framework/components/Slot.js @@ -51,6 +51,8 @@ class Slot extends React.Component { Slot.propTypes = { fill: React.PropTypes.string.isRequired, + + // props coming from graphql must be passed through this property. queryData: React.PropTypes.object, };