Skip to content

Commit

Permalink
Merge pull request #46 from materialsproject/fix-ctk-imageRequest
Browse files Browse the repository at this point in the history
switch imageRequest type to object
  • Loading branch information
yang-ruoxi committed Oct 31, 2023
2 parents e9eeea8 + 3c8b851 commit a9a4a31
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 a9a4a31

Please sign in to comment.