indigo-dev
indigo-dev
Hi Mellati, big sorry for the delay, I had some confusing results and as soon as I find some more time to test I come back to you with the...
I've setup a complete example including the main page (Tab container), the tab pages, and a store. From the perspective of the app, this page can exist multiple times in...
> Hi @indigo-dev and thank you for this very good issue. > > A first workaround is to use `RM.inject `instead of `RM.create`. Like this: > > ```dart > @override...
> I've setup a complete example including the main page (Tab container), the tab pages, and a store. From the perspective of the app, this page can exist multiple times...
Probably add a dedicated initState method which has a callback parameter for the injected inherited model? (like (storeRM) in the old days :) ```dart InheritedBuilder( keepAlive: false, state: testStoreInjected, stateOverride:...