Skip to content

Conversation

@harrynull
Copy link
Contributor

webpack bad, vite good

@HITGIF
Copy link
Contributor

HITGIF commented Aug 16, 2022

aa

Comment on lines -14 to +17
static get = singletonGetter(AppHistory);
private static _instance: AppHistory;
public static get(): AppHistory {
return this._instance || (this._instance = new this());
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot access '_AppHistory' before initialization

@HITGIF
Copy link
Contributor

HITGIF commented Apr 27, 2023

a

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

Successfully merging this pull request may close these issues.

2 participants