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

[docs] Explain bootstrap issue for nextjs-hooks #14353

Merged
merged 3 commits into from
Jan 31, 2019

Conversation

avetisk
Copy link
Contributor

@avetisk avetisk commented Jan 30, 2019

Imports being hoisted, it's mandatory to keep the install() in a separate file.

If one is not warned about this, one may want to move this code directly into a page and thus will break server-side rendering of the styles.

avetisk and others added 3 commits January 30, 2019 14:49
Imports being hoisted, it's mandatory to keep the `install()` in a separate file.

If one is not warned about this, one may want to move this code directly into a page and thus will break server-side rendering of the styles.
@oliviertassinari oliviertassinari added docs Improvements or additions to the documentation PR: good for merge labels Jan 30, 2019
@oliviertassinari oliviertassinari merged commit a496aca into mui:master Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants