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

https://github.com/taystack/looker-components-test

MVP @looker/components/Menu issue
https://github.com/taystack/looker-components-test

Last synced: 10 months ago
JSON representation

MVP @looker/components/Menu issue

Awesome Lists containing this project

README

          

# Steps to reproduce

1. Clone this repo && `cd looker-component-test`.
2. Run `yarn` to install dependencies.
3. Run `yarn tsc`

You should see an error like this:
```bash
src/index.tsx:5:6 - error TS2740: Type '{ children: Element; content: Element; }' is missing the following properties from type 'Pick': sizes, width, height, cite, and 353 more.

5 Content}>
~~~~

Found 1 error in src/index.tsx:5
```