tivac opened this issue 5 years ago · 1 comments
Need to not re-run load or prop functions if it's a state that existed in the previous run. Means each instance of ComponentTree needs to track the previous values for each possible state ID and then not re-run them if they're found in the cache.
load
prop
This was done!