Stanislav
01/16/2021, 2:23 PMArkadii Ivanov
01/16/2021, 2:34 PMStore is managed by the InstanceKeeper then it is InstanceKeeper's responsibility to destroy the Store . You can use InstanceKeeper,getStore extensions function to create the Store. In this case it will be disposed automatically at the end of InstanceKeeper's lifecycle, you don't need to do it manually. Please checkout the example.Stanislav
01/16/2021, 7:37 PM