https://github.com/alanbsmith/hoc-compound-components-ts
wip
https://github.com/alanbsmith/hoc-compound-components-ts
Last synced: 6 months ago
JSON representation
wip
- Host: GitHub
- URL: https://github.com/alanbsmith/hoc-compound-components-ts
- Owner: alanbsmith
- Created: 2018-12-12T17:53:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T06:55:30.000Z (over 7 years ago)
- Last Synced: 2025-02-02T19:34:56.554Z (over 1 year ago)
- Language: HTML
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HOC Compound Component with TS
## Up & Running
```sh
yarn install
yarn start
```
## Compiler Error
```sh
Failed to compile.
/src/index.tsx
Type error: Property 'Title' does not exist on type '(props: any) => Element'. TS2339
8 |
9 |
> 10 | hello world
| ^
11 |
12 |
13 | );
```