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
- Host: GitHub
- URL: https://github.com/taystack/looker-components-test
- Owner: taystack
- Created: 2023-03-29T20:09:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T20:15:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T00:55:19.397Z (10 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```