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

[ember-async-component] Fix loading states on SSR mode when the we don't want to block rendering #19

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

sunishsheth2009
Copy link
Owner

[ember-async-component] Fix loading states on SSR mode when the we don't want to block rendering

Comment on lines +253 to +254
this.sandbox = sinon.createSandbox();
this.sandbox.stub(IS_BROWSER, 'default').value(false);
Copy link
Owner Author

Choose a reason for hiding this comment

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

I still need to upgrade sinon for directly using sinon.stub instead of createSandbox. Will do that in a separate PR

@sunishsheth2009 sunishsheth2009 merged commit e5ec9f7 into master Mar 12, 2021
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.

None yet

2 participants