We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c435974 commit 8c25fceCopy full SHA for 8c25fce
README.md
@@ -277,7 +277,7 @@ Also remember to set your crop using the percentCrop on changes:
277
const onCropChange = (crop, percentCrop) => setCrop(percentCrop)
278
```
279
280
-And your `aspect` crop should be set to the same aspect: `<ReactCrop aspect={16 / 9} ... />`.
+And your `aspect` prop should be set to the same value: `<ReactCrop aspect={16 / 9} ... />`.
281
282
## Contributing / Developing
283
0 commit comments