react-spa-laravel-typescript
react-spa-laravel-typescript copied to clipboard
TypeScript error
Hi, I just installed your app but there is error like:
TypeScript error in C:/Users/Rade/Desktop/react-spa-laravel-typescript-master/client/src/pages/homepage/index.tsx(10,10):
Type '{ children: Element; }' has no properties in common with type 'IntrinsicAttributes & Pick<ClassAttributes<Layout> & Props, "ref" | "key">'. TS2559
8 | return (
9 | <div className="wrapper">
> 10 | <Layout>
| ^
11 | <Content title="Dashboard">
12 | <Home />
13 | </Content>
Hi, same error for me.
Hi, I error too. please help
hello guys does any one fixed the error