Merge remote-tracking branch 'parent/main' into upstream-20231109
This commit is contained in:
commit
fc1b280d59
65 changed files with 18502 additions and 13905 deletions
|
@ -95,7 +95,7 @@ const makeMapStateToProps = () => {
|
|||
const getPictureInPicture = makeGetPictureInPicture();
|
||||
|
||||
const getReferenceIds = createSelector([
|
||||
(state, { id }) => state.getIn(['contexts', 'references', id]),
|
||||
(state, { id }) => state.getIn(['contexts', 'references', id]) || Immutable.List(),
|
||||
], (references) => {
|
||||
return references;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue