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

Added loader for localhost #949

Merged
merged 2 commits into from
Mar 10, 2021
Merged

Added loader for localhost #949

merged 2 commits into from
Mar 10, 2021

Conversation

ioedeveloper
Copy link
Member

No description provided.

@@ -95,6 +95,7 @@ export class RemixdHandle extends WebsocketPlugin {
label: 'Connect',
fn: () => {
try {
this.locahostProvider.event.trigger('loading')
Copy link
Contributor

Choose a reason for hiding this comment

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

normally event should be triggered by the class, not from an exernal one.
At least could you have a preInit() function in locahostProvider and call that one?

Copy link
Member Author

Choose a reason for hiding this comment

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

Okay

@yann300 yann300 self-requested a review March 10, 2021 09:06
@yann300 yann300 merged commit cb67399 into master Mar 10, 2021
@yann300 yann300 deleted the fix-remixd branch March 10, 2021 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants