-
Notifications
You must be signed in to change notification settings - Fork 30.4k
[react-redux] Replace usage of React's global JSX namespace with scoped JSX #67693
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
[react-redux] Replace usage of React's global JSX namespace with scoped JSX #67693
Conversation
…ed 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 this is a widely-used package, a DT maintainer will need to review it before it can be merged. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 67693,
"author": "eps1lon",
"headCommitOid": "6ded637e06bd59fb525eab12744e870055a5a5b9",
"mergeBaseOid": "944a188a7545488b475c1568113e1c396a985fc1",
"lastPushDate": "2023-12-03T16:59:05.000Z",
"lastActivityDate": "2023-12-03T17:06:41.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Critical",
"pkgInfo": [
{
"name": "react-redux",
"kind": "edit",
"files": [
{
"path": "types/react-redux/index.d.ts",
"kind": "definition"
},
{
"path": "types/react-redux/v5/react-redux-tests.tsx",
"kind": "test"
},
{
"path": "types/react-redux/v6/index.d.ts",
"kind": "definition"
}
],
"owners": [
"tkqubo",
"clayne11",
"tansongyang",
"nicholasboll",
"mdibyo",
"val1984",
"jrakotoharisoa",
"apapirovski",
"surgeboris",
"soerenbf",
"mrwolfz",
"dylanvann",
"Lazyuki",
"kazuma1989",
"megazazik",
"jun-sheaf",
"phryneas",
"markerikson"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Critical"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "markerikson",
"date": "2023-12-03T17:04:37.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1837538814,
"ciResult": "pass"
} |
🔔 @tkqubo @clayne11 @tansongyang @NicholasBoll @mDibyo @val1984 @jrakotoharisoa @apapirovski @surgeboris @soerenbf @MrWolfZ @DylanVann @Lazyuki @kazuma1989 @megazazik @jun-sheaf @phryneas @markerikson — please review this PR in the next few days. Be sure to explicitly select |
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.
Approved. Note that we switched to our own TS build in React-Redux v8. Do we need to make any changes over there?
The same ones, yes. Should be as simple as |
Was deprecated in #64464. Cherry-picked from #67588.