Current Behavior
When using a custom play icon with the new playIcon prop, clicking the icon throws an stack overflow error with recursive calls to isEqual(object) here https://github.com/CookPete/react-player/blob/master/src/utils.js#L165 in latest Chrome.
Expected Behavior
Clicking the custom play icon should have the same behavior as the default play icon, and not blow up my app
Steps to Reproduce
- Provide custom play icon
- Click it
Current Behavior
When using a custom play icon with the new
playIconprop, clicking the icon throws an stack overflow error with recursive calls toisEqual(object)here https://github.com/CookPete/react-player/blob/master/src/utils.js#L165 in latest Chrome.Expected Behavior
Clicking the custom play icon should have the same behavior as the default play icon, and not blow up my app
Steps to Reproduce