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.
Remove the
sessionDriverandsessionConditionsproperties from thesessionRedux state.These don’t exist as separate properties in the backend and are only injected in the
sessionMetadictionary.Replace them on the Redux state with a dictionary as well.