Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable generic type recognition option. #3236

Open
ddxl123 opened this issue Oct 11, 2024 · 1 comment
Open

Disable generic type recognition option. #3236

ddxl123 opened this issue Oct 11, 2024 · 1 comment

Comments

@ddxl123
Copy link

ddxl123 commented Oct 11, 2024

example:

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
TFFragmentContentDynamicState extent DynamicState
TFFragmentContent extent BaseFragmentContent<TFFragmentContentDynamicState >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ddxl123 and others