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
In TypeScript, the property LDEvaluationDetail.reason is now nullable, which correctly reflects the fact that evaluation reasons may not always be available.
Removed:
Removed the type NonNullableLDEvaluationReason, which was a side effect of the LDEvaluationDetail.reason being incorrectly defined before.
Removed all types, properties, and functions that were deprecated as of the last 3.x release.