ConrabOpto / mst-query

Query library for mobx-state-tree
MIT License
116 stars 8 forks source link

Causes warnings about reading from dead nodes in certain cases #8

Closed k-ode closed 3 years ago

k-ode commented 3 years ago

We have a few areas in our app were this comes up as an issue. It does seem to go away when cacheTime is set to 0.

Needs to try and isolate this to a minimal example before we can ship a proper fix.