reflex-dev/reflex

all states are getting initialized

Closed this issue · 1 comments

I am having an issue with the latest version of reflex (0.8). When I load a page, all states in my app are getting initialized and i am getting lock expiration errors. Is this supposed to happen?

below, i have a simple page with only one state linked to it:

Image

but when the page is loaded all the other states in my app are loaded too:

Image Image

this is happening from 0.7.13 and above