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 was opened via the examples template.
What example does this report relate to?
with-stitches
What version of Next.js are you using?
11.1.2
What version of Node.js are you using?
16.7.0
What browser are you using?
Firefox
What operating system are you using?
macOS
How are you deploying your application?
next start
Describe the Bug
When trying spin up the with-stitches example I get this error message:
TypeError: (0 , _stitches_react__WEBPACK_IMPORTED_MODULE_0__.createCss) is not a function
I assume that this is due to changes in the Stitches API since the example was created.
Expected Behavior
The example to work first time
To Reproduce
Run
yarn create next-app --example with-stitches with-stitches-app
and spin the dev instanse as usual withyarn dev
The text was updated successfully, but these errors were encountered: