You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get.put(GeneralFragmentInAppStagePageLogic<TFFragmentContentDynamicState, TFFragmentContent>());
// when "<TFFragmentContentDynamicState, TFFragmentContent>" is unknown
Get.delete<GeneralFragmentInAppStagePageLogic>();
Get.put(GeneralFragmentInAppStagePageLogic<TFFragmentContentDynamicState, TFFragmentContent>());
but:
[GETX] Instance "GeneralFragmentInAppStagePageLogic<TFFragmentContentDynamicState, TFFragmentContent>" has been created
[GETX] Instance "GeneralFragmentInAppStagePageLogic<TFFragmentContentDynamicState, TFFragmentContent>" has been initialized
[GETX] Instance "GeneralFragmentInAppStagePageLogic<DynamicState, BaseFragmentContent<DynamicState>>" already removed.
[GETX] Instance "GeneralFragmentInAppStagePageLogic<TFFragmentContentDynamicState, TFFragmentContent>" has been created
[GETX] Instance "GeneralFragmentInAppStagePageLogic<TFFragmentContentDynamicState, TFFragmentContent>" has been initialized
example:
but:
The text was updated successfully, but these errors were encountered: