I noticed that the items-store used is v0.4.2, whereas the current is v0.6.1 that doesn’t have the StateFromStoresMixin but has replaced it with a createContainer wrapper method.
Currently, the application uses the mixin, but to my knowledge, this is considered bad practice. Are there any plans on changing this? What if I’d like to transition away from the mixin myself, how is that possible?
I noticed that the items-store used is v0.4.2, whereas the current is v0.6.1 that doesn’t have the
StateFromStoresMixin
but has replaced it with acreateContainer
wrapper method.Currently, the application uses the mixin, but to my knowledge, this is considered bad practice. Are there any plans on changing this? What if I’d like to transition away from the mixin myself, how is that possible?