UNPKG

react-jw-player

Version:

A React component for launching JW Player instances on the client.

13 lines (10 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function shouldComponentUpdate(prevProps, nextProps) { var hasFileChanged = prevProps.file !== nextProps.file; var hasPlaylistChanged = prevProps.playlist !== nextProps.playlist; return hasFileChanged || hasPlaylistChanged; } exports.default = shouldComponentUpdate;