@desynova-digital/player 3.9.6 → 3.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Player.js +1 -1
- package/package.json +1 -1
package/components/Player.js
CHANGED
|
@@ -294,7 +294,7 @@ var Player = function (_Component) {
|
|
|
294
294
|
}, {
|
|
295
295
|
key: 'shouldComponentUpdate',
|
|
296
296
|
value: function shouldComponentUpdate(nextProps, nextState) {
|
|
297
|
-
if (_.isEqual(nextProps
|
|
297
|
+
if (_.isEqual(nextProps, this.props)) {
|
|
298
298
|
return false;
|
|
299
299
|
}
|
|
300
300
|
return true;
|