We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8a886 commit 32dffacCopy full SHA for 32dffac
1 file changed
text/6.md
@@ -428,6 +428,7 @@ that parses our [query document](2.md#document) string, converting it into a str
428
that we can pass to Apollo—now we can give it to Apollo’s `<Query>` component:
429
430
```js
431
+import PropTypes from 'prop-types'
432
import { Query } from 'react-apollo'
433
434
const StarCount = …
0 commit comments