-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[examples] Add nextjs-hooks-with-typescript #13981
Conversation
virzak
commented
Dec 21, 2018
- I have followed (at least) the PR section of the contributing guide.
@oliviertassinari Any idea why deploy/netlify is failing? I don't see a single issue in the details. |
I have rerun netlify, it's green now. |
@oliviertassinari the import order was modified by VS Code setting: {"editor.codeActionsOnSave": { "source.organizeImports": true }} If import order is important, every project using material-ui would need to set that setting to
|
Co-Authored-By: virzak <6209775+virzak@users.noreply.github.com>
Co-Authored-By: virzak <6209775+virzak@users.noreply.github.com>
@virzak It's a great first pull request on Material-UI 👌🏻. Thank you for working on it! |