github reflex-dev/reflex reflex-base-v0.9.12a2
reflex-base@0.9.12a2

latest release: v0.9.12a2
pre-release3 hours ago

Bug Fixes

  • BaseStateMeta validates the declarations of every class descending from a state declared with state_root=True (reflex's BaseState), so reflex no longer needs a BaseStateMeta subclass as the metaclass of its states and a third-party metaclass derived from BaseStateMeta composes 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 a get_delta override withholds is sent as soon as the override releases it instead of being deduplicated away until it changes again. (#7216)

Don't miss a new reflex release

NewReleases is sending notifications on new releases.