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
Remove the sessionDriver and sessionConditions properties from the session Redux state.
These don’t exist as separate properties in the backend and are only injected in the sessionMeta dictionary.
Replace them on the Redux state with a dictionary as well.
The text was updated successfully, but these errors were encountered:
AndreasDemenagas
changed the title
Redux: Remove sessionConditions and sessionDriver properties
feat(redux): remove sessionConditions and sessionDriver properties
Oct 27, 2022
Remove the
sessionDriver
andsessionConditions
properties from thesession
Redux state.These don’t exist as separate properties in the backend and are only injected in the
sessionMeta
dictionary.Replace them on the Redux state with a dictionary as well.
The text was updated successfully, but these errors were encountered: