Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STCOR-874 provide "key" prop to SessionEventContainer elements (#1521)
Without a `key` prop to distinguish the elements rendered by `<SessionEventContainer>`, they could interact badly. In particular, if both elements (`<KeepWorkingModal>`, `<FixedLengthSessionWarning>`) were displayed, dismissing the former would cause the latter to remount, thus restarting the timer and putting it out of sync with when the session will actually end. When React warns you about missing keys, it ain't foolin'! Refs STCOR-874
- Loading branch information