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
I have just pulled this template
I installed packages using pnpm i
I ran this project using pnpm dev --turbo, the localhost:3000 can access but the style was broken
Can you guide me on how to fix this?
Thanks
The text was updated successfully, but these errors were encountered:
What do you mean by the style was broken? I run pnpm dev --turbo and the app starts and looks fine.
I can't get it to build though using pnpm and turbo. I get this error.
./app/page.tsx:7:8
Type error: 'Welcome' cannot be used as a JSX component.
Its type '() => Element' is not a valid JSX element type.
Type '() => Element' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
Type 'Element' is not assignable to type 'ReactNode'.
Property 'children' is missing in type 'Element' but required in type 'ReactPortal'.
5 | return (
6 | <>
> 7 | <Welcome />
| ^
8 | <ColorSchemeToggle />
9 | </>
10 | );
ELIFECYCLE Command failed with exit code 1.
irevdev
pushed a commit
to rvise-au/rvise-ui-library
that referenced
this issue
Mar 27, 2024
Hi dev team,
I have just pulled this template
I installed packages using
pnpm i
I ran this project using
pnpm dev --turbo
, the localhost:3000 can access but the style was brokenCan you guide me on how to fix this?
Thanks
The text was updated successfully, but these errors were encountered: