Skip to content

Commit 32dffac

Browse files
jrnt30lorensr
authored andcommitted
Add missing prop-types import (#8)
1 parent 0d8a886 commit 32dffac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

text/6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ that parses our [query document](2.md#document) string, converting it into a str
428428
that we can pass to Apollo—now we can give it to Apollo’s `<Query>` component:
429429

430430
```js
431+
import PropTypes from 'prop-types'
431432
import { Query } from 'react-apollo'
432433

433434
const StarCount =

0 commit comments

Comments
 (0)