reflex/reflex
Masen Furer 62d36bfecc
state: unbreak backend vars
This one was really esoteric... if backend vars are used, then a
`model_post_init` gets synthesized, and reflex tries to treat that as an event
handler... but the args cannot convert correctly, so it raises a validation
error when attempting to instantiate the EventSpec (which is also a BaseModel).
2023-12-19 15:28:53 -08:00
..
.templates WiP 2023-12-14 14:53:20 -08:00
compiler WiP 2023-12-14 14:53:20 -08:00
components WiP 2023-12-14 14:53:20 -08:00
constants Warning if newer reflex/reflex-hosting-cli available (#2271) 2023-12-08 21:21:12 -08:00
middleware [REF-201] Separate on_load handler from initial hydration (#1847) 2023-11-30 12:21:15 -08:00
utils State is able to be instantiated...backend vars are still broken 2023-12-18 23:23:07 -08:00
__init__.py add next/image and next-video in next namespace (#2223) 2023-12-07 10:38:47 -08:00
__init__.pyi add next/image and next-video in next namespace (#2223) 2023-12-07 10:38:47 -08:00
__main__.py add __main__ entry point to allow python -m reflex (#1516) 2023-08-03 14:26:50 -07:00
admin.py Allow view overrides for registering models with admin (#1249) 2023-06-27 14:08:09 -07:00
app.py Implement accordion component (#2262) 2023-12-08 21:20:30 -08:00
app.pyi [REF-201] Separate on_load handler from initial hydration (#1847) 2023-11-30 12:21:15 -08:00
base.py State is able to be instantiated...backend vars are still broken 2023-12-18 23:23:07 -08:00
config.py Separate out the hosting CLI from main repo (#2165) 2023-11-28 15:20:06 -08:00
config.pyi Expose gunicorn_worker_class via Config (#2084) 2023-10-31 13:45:29 -07:00
event.py WiP 2023-12-14 14:53:20 -08:00
model.py support SQLModel 0.0.14 + SQLAlchemy 2 (#2283) 2023-12-12 17:52:11 -08:00
page.py Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
page.pyi Lazy import modules in reflex (#2144) 2023-11-13 19:48:12 -08:00
reflex.py Warning if newer reflex/reflex-hosting-cli available (#2271) 2023-12-08 21:21:12 -08:00
route.py Remove deprecated route decorator (#1815) 2023-09-14 10:29:29 -07:00
state.py state: unbreak backend vars 2023-12-19 15:28:53 -08:00
style.py [REF-1417] Convert underscore-prefixed style props to pseudo selector (#2266) 2023-12-11 13:37:57 -08:00
testing.py use redis-py url syntax for redis_url (#2267) 2023-12-12 10:54:10 -08:00
vars.py WiP 2023-12-14 14:53:20 -08:00
vars.pyi RED-1052/rx.State as Base State (#2146) 2023-11-29 09:43:33 -08:00