tidepool-org / blip

Blip is the internal name for Tidepool for Web, a tool for seeing diabetes data in one place.
https://tidepool.org/products/tidepool/
BSD 2-Clause "Simplified" License
106 stars 54 forks source link

[WEB-3038] redirect loop fix #1404

Closed krystophv closed 1 month ago

krystophv commented 1 month ago

To address WEB-3038, moves some of the logic behind the upload-redirect page's redirects on profile requirements into a useEffect that will only fire when those properties have changed as opposed to every potential render of the component as the newer React will attempt to rerender on the dispatch() calls, leading to a potential loop.