You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Soundcloud Widget API allows a callback function to be specified in widget opts that is fired when the widget is loaded and ready. Invaluable for any interactions between React & the player. But this wrapper doesn't allow a callback to be passed in opts; PropTypes only allows Boolean values for opts.
The text was updated successfully, but these errors were encountered:
nthall
changed the title
Can't pass callback function in widget opts due to propTypes
Can't pass callback function in widget opts due to PropTypes
Feb 3, 2017
The Soundcloud Widget API allows a callback function to be specified in widget opts that is fired when the widget is loaded and ready. Invaluable for any interactions between React & the player. But this wrapper doesn't allow a callback to be passed in opts; PropTypes only allows Boolean values for opts.
The text was updated successfully, but these errors were encountered: