Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include missing LargeListPropType #385

Merged
merged 1 commit into from Nov 11, 2019
Merged

Conversation

vladinator1000
Copy link
Contributor

@vladinator1000 vladinator1000 commented Nov 8, 2019

Fixes this type error due to a missing prop type declaration in TypeScript projects.

Property 'headerStickyEnabled' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<LargeList> & Readonly<LargeListPropType> & Readonly<{ children?: ReactNode; }>'.

Fixes this type error due to a missing prop type declaration.
```
Property 'headerStickyEnabled' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<LargeList> & Readonly<LargeListPropType> & Readonly<{ children?: ReactNode; }>'.
```
@ATShiTou ATShiTou merged commit 0fd745e into bolan9999:master Nov 11, 2019
@vladinator1000 vladinator1000 deleted the patch-1 branch November 11, 2019 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants