When using the FocusPicker with relative sizes and the FocusPicker image is changing size while resizing the window, I would like for the RetinaPosition to update. I added a listener like this:
window.addEventListener('resize', this.debounce(this.updateRetinaPositionFromFocus));