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
The validation for validating the stored/persistence attributes with storesAttributes uses reference equality when it should use normal equality (similar to how SessionAttributeValidatorworks).
Steps to Reproduce
Write a Skill Lambda that persists attributes where one of the root attributes stores another object.