@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.
@@ -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.markers, this.props.markers)) {
297
+ if (_.isEqual(nextProps, this.props)) {
298
298
  return false;
299
299
  }
300
300
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "3.9.6",
3
+ "version": "3.9.7",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {