You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 27, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue was opened via the bug report template.examplesIssue/PR related to examples
What example does this report relate to?
with-tailwindcss-emotion
What version of Next.js are you using?
latest (11.0.1)
What version of Node.js are you using?
14.17.3
What browser are you using?
Chrome
What operating system are you using?
Windows
How are you deploying your application?
npm run dev
Describe the Bug
npx create-next-app --ts -e with-tailwindcss-emotion twopointoh
cd twopointoh
npm run dev
produces this error
error - ./pages/_app.js
TypeError: Cannot read property 'theme' of undefined
Expected Behavior
It should compile and run in the browser
To Reproduce
See description
The text was updated successfully, but these errors were encountered: