fix(react-lazy-load-image-component): change Omit key in LazyLoadImageProps#65082
fix(react-lazy-load-image-component): change Omit key in LazyLoadImageProps#65082typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom jqkk:master
Conversation
onload -> onLoad
|
@jqkk 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 ReviewsThis PR can be merged once it's reviewed by a DT maintainer. 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": 65082,
"author": "jqkk",
"headCommitOid": "0ed33995d05f5b222b3374d261ee2d205dfb48c0",
"mergeBaseOid": "74f39f2f20779a9668754974fe699c2364393fd7",
"lastPushDate": "2023-04-11T16:08:06.000Z",
"lastActivityDate": "2023-04-20T01:15:58.000Z",
"mergeOfferDate": "2023-04-19T20:52:35.000Z",
"mergeRequestDate": "2023-04-20T01:15:58.000Z",
"mergeRequestUser": "jqkk",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "react-lazy-load-image-component",
"kind": "edit",
"files": [
{
"path": "types/react-lazy-load-image-component/index.d.ts",
"kind": "definition"
}
],
"owners": [
"danvk",
"diegochavez",
"revskill10",
"kodai3"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "RyanCavanaugh",
"date": "2023-04-19T20:51:51.000Z",
"isMaintainer": true
},
{
"type": "approved",
"reviewer": "revskill10",
"date": "2023-04-12T07:59:25.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1503720225,
"ciResult": "pass"
} |
|
Hey @jqkk, 😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module. This can potentially save days of time for you! |
|
🔔 @danvk @diegochavez @revskill10 @kodai3 — please review this PR in the next few days. Be sure to explicitly select |
|
⏳ Hi @jqkk, It's been a few days since this PR was approved by revskill10 and we're waiting for a DT maintainer to give a review. If you would like to short-circuit this wait, you can edit some of the test files in the package which verify how the |
|
@jqkk: Everything looks good here. I am ready to merge this PR (at 0ed3399) 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! ❤️ (@danvk, @diegochavez, @revskill10, @kodai3: you can do this too.) |
|
Ready to merge |
I modified
react-lazy-load-image-componentpackage.I think
onLoadrather thanonloadwould be more appropriate.package url : https://github.com/Aljullu/react-lazy-load-image-component
Please fill in this template.
npm test <package to test>.