Extend expected types for element prop from react-infinite-scroller#59584
Extend expected types for element prop from react-infinite-scroller#59584typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom cvetanov:master
Conversation
|
@cvetanov Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. This is a live comment which I will keep updated. 1 package in this PR
Code ReviewsBecause you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 59584,
"author": "cvetanov",
"headCommitOid": "ab0d59349094234775d823719ca1d51b9d1953d0",
"mergeBaseOid": "0be9ba582713cf343b1532519d02b241b820a7ed",
"lastPushDate": "2022-03-30T09:28:17.000Z",
"lastActivityDate": "2022-03-31T20:08:46.000Z",
"mergeOfferDate": "2022-03-30T17:45:27.000Z",
"mergeRequestDate": "2022-03-31T20:08:46.000Z",
"mergeRequestUser": "cvetanov",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "react-infinite-scroller",
"kind": "edit",
"files": [
{
"path": "types/react-infinite-scroller/index.d.ts",
"kind": "definition"
},
{
"path": "types/react-infinite-scroller/react-infinite-scroller-tests.tsx",
"kind": "test"
}
],
"owners": [
"Lapanti",
"psrebniak",
"WrathZA",
"daggerjames"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "psrebniak",
"date": "2022-03-30T17:44:48.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1082845775,
"ciResult": "pass"
} |
|
🔔 @lapanti @psrebniak @WrathZA @daggerjames — please review this PR in the next few days. Be sure to explicitly select |
|
@cvetanov: Everything looks good here. I am ready to merge this PR (at ab0d593) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@lapanti, @psrebniak, @WrathZA, @daggerjames: you can do this too.) |
|
Ready to merge |
Please fill in this template.
npm test <package to test>.Select one of these and delete the others:
If changing an existing definition:
The
elementprop can be a component, it does not necessarily have to be astringrepresentation of an HTML element. Theelementprop is passed through toReact.createElementhere.