-
Notifications
You must be signed in to change notification settings - Fork 30.5k
[redux-infinite-scroll] Replace usage of React's global JSX namespace with scoped JSX #67733
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
[redux-infinite-scroll] Replace usage of React's global JSX namespace with scoped JSX #67733
Conversation
… with scoped JSX Was deprecated in DefinitelyTyped#64464
|
@eps1lon Thank you for submitting this PR! 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": 67733,
"author": "eps1lon",
"headCommitOid": "2ea1da00ec5eb7d1c828661f07ed094bb64364a0",
"mergeBaseOid": "944a188a7545488b475c1568113e1c396a985fc1",
"lastPushDate": "2023-12-03T17:06:04.000Z",
"lastActivityDate": "2023-12-15T18:17:25.000Z",
"mergeOfferDate": "2023-12-15T06:42:54.000Z",
"mergeRequestDate": "2023-12-15T18:17:25.000Z",
"mergeRequestUser": "eps1lon",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "redux-infinite-scroll",
"kind": "edit",
"files": [
{
"path": "types/redux-infinite-scroll/index.d.ts",
"kind": "definition"
},
{
"path": "types/redux-infinite-scroll/redux-infinite-scroll-tests.tsx",
"kind": "test"
}
],
"owners": [
"silkyfray"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "silkyfray",
"date": "2023-12-15T04:32:22.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1837540613,
"ciResult": "pass"
} |
|
🔔 @silkyfray — please review this PR in the next few days. Be sure to explicitly select |
|
Re-ping @silkyfray: This PR has been out for over a week, yet I haven't seen any reviews. Could someone please give it some attention? Thanks! |
silkyfray
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
|
@eps1lon: Everything looks good here. I am ready to merge this PR (at 2ea1da0) 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! ❤️ (@silkyfray: you can do this too.) |
|
Ready to merge |
Was deprecated in #64464. Cherry-picked from #67588.