Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Type '{ children: string; eventKey: string; }' is not assignable to type 'IntrinsicAttributes & Props'. #500

Closed
matteovivona opened this issue Jul 4, 2020 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@matteovivona
Copy link
Contributor

🐛 Bug Report

Storybook preview build of the latest PRs fail.

./stories/lists.stories.tsx:96:17
TS2322: Type '{ children: string; eventKey: string; }' is not assignable to type 'IntrinsicAttributes & Props'.
Property 'eventKey' does not exist on type 'IntrinsicAttributes & Props'.
(node:1304) UnhandledPromiseRejectionWarning: [object Object]
(node:1304) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
@matteovivona matteovivona added bug Something isn't working help wanted Extra attention is needed labels Jul 4, 2020
ghost pushed a commit that referenced this issue Jul 8, 2020
## [1.14.3](v1.14.2...v1.14.3) (2020-07-08)

### Bug Fixes

* removes prop that didn't exist ([#500](#500)) ([c7f39e5](c7f39e5))
@jackcmeyer
Copy link
Member

Closed and related as part of of 1.14.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants