I think I may have found a potential regression https://bugzilla.mozilla.org/show_bug.cgi?id=1849882. Reverting the dependency changes in LanguageSwitcher.jsx resolves the infinite re-renders. But patch seems to have landed in 118.0a1 while the regression seems to have started 119.01b (but in 118 I did notice an issue with refresh where it would render the incorrect screen on refresh) so I'm a bit confused about that. I don't see any other changes to LanguageSwitcher or MultiStageAboutWelcome that could cause this regression.
Bug 1873019 Comment 15 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I think I may have found a potential regression https://bugzilla.mozilla.org/show_bug.cgi?id=1849882. Reverting the dependency changes in LanguageSwitcher.jsx resolves the infinite re-renders. But patch seems to have landed in 118.0a1 while the regression seems to have started 119.01b (but in 118 I did notice an issue where it would render the incorrect screen on refresh after the 2nd slide) so I'm a bit confused about that. I don't see any other changes to LanguageSwitcher or MultiStageAboutWelcome that could cause this regression.
I think I may have found a potential regression https://bugzilla.mozilla.org/show_bug.cgi?id=1849882. Reverting the dependency changes in LanguageSwitcher.jsx resolves the infinite re-renders. But patch seems to have landed in 118.0a1 while the regression seems to have started 119.01b (but in 118 I did notice an issue where it would render the incorrect screen on refresh after the 2nd slide) so I'm a bit confused about that. I don't see any other obvious changes to LanguageSwitcher or MultiStageAboutWelcome that could cause this regression.
I think I may have found a potential regression https://bugzilla.mozilla.org/show_bug.cgi?id=1849882. Reverting the dependency changes in LanguageSwitcher.jsx resolves the infinite re-renders. But patch seems to have landed in 118.0a1 while the regression seems to have started 119.01b (but in 118 I did notice an issue where it would render the incorrect screen on refresh after the 2nd slide) so I'm a bit confused about that. I don't see any other obvious changes to LanguageSwitcher or MultiStageAboutWelcome that could cause this regression. Maybe a use case for useCallback if this is deemed the cause of the regression?
I think I may have found a potential regression https://bugzilla.mozilla.org/show_bug.cgi?id=1849882. Reverting the dependency changes in LanguageSwitcher.jsx resolves the infinite re-renders. But patch seems to have landed in 118.0a1 while the regression seems to have started 119.01b (but in 118 I did notice an issue where it would render the incorrect screen on refresh after the 2nd slide) so I'm a bit confused about that. I don't see any other obvious changes to LanguageSwitcher or MultiStageAboutWelcome that could cause this regression. Maybe a use case for useCallback if this is deemed the cause of the regression? Will verify if I can reproduce the issue in 118.0a1.