An open API service indexing awesome lists of open source software.

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

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 | );
```