Skip to content

Commit

Permalink
switch imageRequest type to object
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-ruoxi committed Oct 31, 2023
1 parent 3d41764 commit 3c8b851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CrystalToolkitScene.propTypes = {
* new requests are triggered any time the prop
* is set.
*/
imageRequest: PropTypes.any,
imageRequest: PropTypes.object,
/**
* THIS PROP IS SET AUTOMATICALLY
* Data string for the image generated by imageRequest
Expand Down

0 comments on commit 3c8b851

Please sign in to comment.