Bug Fixes
BaseStateMetavalidates the declarations of every class descending from a state declared withstate_root=True(reflex'sBaseState), soreflexno longer needs aBaseStateMetasubclass as the metaclass of its states and a third-party metaclass derived fromBaseStateMetacomposes with state classes again. (#7215)- An
@rx.var(cache=False)value only counts as sent to the client once the delta carrying it is delivered, so a value aget_deltaoverride withholds is sent as soon as the override releases it instead of being deduplicated away until it changes again. (#7216)