Open skhashaev opened 1 year ago
I'm also having trouble installing the next-ui
recipe:
❯ blitz install next-ui
Loaded env from /<local path>/.env.local
Loaded env from /<local path>/.env
recipe-install/index.ts:11:10 - error TS7006: Parameter 'b' implicitly has an 'any' type.
11 (b) => b.type === "ReturnStatement",
~
Has anyone found a fix to this?
What is the problem?
I wanted to use NextUI on my project, found the recipe, installed and got the error, probably, related to SWC compiler of NextJS
Paste all your error logs here:
Paste all relevant code snippets here:
Note: doesn't matter where to place
NextUIProvider
- the problem in its' existenceWhat are detailed steps to reproduce this?
blitz install next-ui
_app.tsx
LabeledTextField
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
I firstly tried adding NextUI manually, because I forgot about recipies in blitz, but the error was the same. Then I found recipe, installed, but the error was the same. I re-checked, if there are any leftovers after manual installation, but there is no possible way, because I
git reset --hard
the branch and the installed recipe. Didgit reset --hard
again and installed recipe again - nothing changed. I also tried installing@internationalized/date
, which are appears in the log (https://www.npmjs.com/package/@internationalized/date/v/3.0.0-nightly.2967), but the error is the same. My personal assumption - nextjs compiler (https://nextjs.org/docs/architecture/nextjs-compiler), which is now SWC (this also appears in the log, you can see it). Halp!