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
If a Creator or Updater implementation returns null for some reason, the null value is propagated without initial obvious issue, leading in problems down the line due to the temporary cache not containing the proper state. The logic should check the returned value for null and throw an exception instead of propagating the value.