mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-19 14:35:53 +00:00
extra default value of Video frozen
This commit is contained in:
parent
dd82d462ef
commit
b79edeceae
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ Video.propTypes = {
|
|||
onPropChanged: PropTypes.func.isRequired
|
||||
};
|
||||
Video.defaultProps = {
|
||||
extra: {}
|
||||
extra: Object.freeze({})
|
||||
};
|
||||
|
||||
export default Video;
|
||||
|
|
|
|||
Loading…
Reference in a new issue