reflex 0.4.3a1__py3-none-any.whl → 0.4.3a2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/state.py +2 -3
- {reflex-0.4.3a1.dist-info → reflex-0.4.3a2.dist-info}/METADATA +1 -1
- {reflex-0.4.3a1.dist-info → reflex-0.4.3a2.dist-info}/RECORD +6 -6
- {reflex-0.4.3a1.dist-info → reflex-0.4.3a2.dist-info}/LICENSE +0 -0
- {reflex-0.4.3a1.dist-info → reflex-0.4.3a2.dist-info}/WHEEL +0 -0
- {reflex-0.4.3a1.dist-info → reflex-0.4.3a2.dist-info}/entry_points.txt +0 -0
reflex/state.py
CHANGED
|
@@ -1505,14 +1505,13 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|
|
1505
1505
|
"""
|
|
1506
1506
|
# _always_dirty_substates need to be fetched to recalc computed vars.
|
|
1507
1507
|
fetch_substates = set(
|
|
1508
|
-
cls.get_class_substate(
|
|
1508
|
+
cls.get_class_substate((cls.get_name(), *substate_name.split(".")))
|
|
1509
1509
|
for substate_name in cls._always_dirty_substates
|
|
1510
1510
|
)
|
|
1511
|
-
# Substates with cached vars also need to be fetched.
|
|
1512
1511
|
for dependent_substates in cls._substate_var_dependencies.values():
|
|
1513
1512
|
fetch_substates.update(
|
|
1514
1513
|
set(
|
|
1515
|
-
cls.get_class_substate(
|
|
1514
|
+
cls.get_class_substate((cls.get_name(), *substate_name.split(".")))
|
|
1516
1515
|
for substate_name in dependent_substates
|
|
1517
1516
|
)
|
|
1518
1517
|
)
|
|
@@ -496,7 +496,7 @@ reflex/page.py,sha256=tyqyisi3AUapkoStPNROI7fM0rZ9KU1lpi5OgJcGsvk,1922
|
|
|
496
496
|
reflex/page.pyi,sha256=nFfbDe-tBsrIrcAKWsoTy92olMkAosbmddh_Pgf2Sxc,505
|
|
497
497
|
reflex/reflex.py,sha256=Gn6Wav6LP1rpIDhijPFHE7yY5bqt3JOxNHlTMHELt8k,18130
|
|
498
498
|
reflex/route.py,sha256=mRv4rHuSI6x-uWALujPfM5PNtoRea6cuThjchHtA2hQ,2908
|
|
499
|
-
reflex/state.py,sha256=
|
|
499
|
+
reflex/state.py,sha256=EBpEBNGrwNeqVjzFISvFC5nkBjzc9BjJf7CGPCurgrI,99764
|
|
500
500
|
reflex/style.py,sha256=FEkQEsGU8v4q3pILdhTWNh1KwIh3LgS_n0Yx-wxFUhQ,8820
|
|
501
501
|
reflex/testing.py,sha256=YBJ1loeEHHvLwzmD9_KSguqJGOSdefFTXymgmKTNIcs,28785
|
|
502
502
|
reflex/utils/__init__.py,sha256=y-AHKiRQAhk2oAkvn7W8cRVTZVK625ff8tTwvZtO7S4,24
|
|
@@ -516,8 +516,8 @@ reflex/utils/types.py,sha256=XWHqcDEcyxBrlKnaRfCUQrKq6hL8PBdUHstH18lvkVw,12820
|
|
|
516
516
|
reflex/utils/watch.py,sha256=HzGrHQIZ_62Di0BO46kd2AZktNA3A6nFIBuf8c6ip30,2609
|
|
517
517
|
reflex/vars.py,sha256=E-rV8Nd-XZ1XBFE7O5-H8qoigUmHbbZ9pfO107yXEiU,65766
|
|
518
518
|
reflex/vars.pyi,sha256=4sZo25A0nZ5nLhZ_uUnnz8enzBddhBvGmuHZAM2JhU4,5575
|
|
519
|
-
reflex-0.4.
|
|
520
|
-
reflex-0.4.
|
|
521
|
-
reflex-0.4.
|
|
522
|
-
reflex-0.4.
|
|
523
|
-
reflex-0.4.
|
|
519
|
+
reflex-0.4.3a2.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
520
|
+
reflex-0.4.3a2.dist-info/METADATA,sha256=kPs0pp26hcM3lU_pVthu9VE3-lh7KefhEeUynaziRLs,11377
|
|
521
|
+
reflex-0.4.3a2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
522
|
+
reflex-0.4.3a2.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
523
|
+
reflex-0.4.3a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|