I'm writing a function that needs to pull data from all current stores for error reporting purposes.
I see that the Flux object has a stores attribute, which provides all of the data I need to implement this function, but it is not documented anywhere.
I just wanted to check if this was an anti-pattern or something you plan to change soon. If so is there another recommended way to access every store registered with the flux instance?
I'm writing a function that needs to pull data from all current
stores
for error reporting purposes.I see that the
Flux
object has a stores attribute, which provides all of the data I need to implement this function, but it is not documented anywhere.I just wanted to check if this was an anti-pattern or something you plan to change soon. If so is there another recommended way to access every
store
registered with theflux
instance?