You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From debugging this, it appears the persist settings guard clause is insufficient. Settings are persisted anytime the context changes, which then results in the context changing again. The guard clause needs to be more robust to ensure an infinite loop is not created when the settings object is changed.
Expected behavior
Updating a single setting should result in a single
POST
request.Actual behavior
Updating a single setting results in a never-ending stream of
POST
requests.Steps to reproduce the behavior
Tested on iPhone SE, iOS 18.1, Jetpack iOS / WordPress iOS 25.4.2
The text was updated successfully, but these errors were encountered: