-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
fix(@types/react-reconciler): typo supportsMicrotask -> supportsMicro… #63837
fix(@types/react-reconciler): typo supportsMicrotask -> supportsMicro… #63837
Conversation
@AdvancedCat 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": 63837,
"author": "AdvancedCat",
"headCommitOid": "2d35182691701042232885e47b14395cc620a646",
"mergeBaseOid": "f27752ff52775d9f678d12f4f48f5eeaf75d9dee",
"lastPushDate": "2023-01-07T10:58:37.000Z",
"lastActivityDate": "2023-01-12T01:26:17.000Z",
"mergeOfferDate": "2023-01-11T21:49:21.000Z",
"mergeRequestDate": "2023-01-12T01:26:17.000Z",
"mergeRequestUser": "mathieudutour",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "react-reconciler",
"kind": "edit",
"files": [
{
"path": "types/react-reconciler/index.d.ts",
"kind": "definition"
}
],
"owners": [
"Methuselah96",
"zhanghaocong",
"mathieudutour"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "rbuckton",
"date": "2023-01-11T21:48:35.000Z",
"isMaintainer": true
},
{
"type": "approved",
"reviewer": "mathieudutour",
"date": "2023-01-09T08:44:31.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 1374441024,
"ciResult": "pass"
} |
Hey @AdvancedCat, 😒 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! |
🔔 @Methuselah96 @zhanghaocong @mathieudutour — please review this PR in the next few days. Be sure to explicitly select |
Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files. react-reconciler (unpkg)was missing the following properties:
as well as these 30 other properties...createComponentSelector, createContainer, createHasPseudoClassSelector, createHydrationContainer, createPortal, createRoleSelector, createTestNameSelector, createTextSelector, deferredUpdates, discreteUpdates, findAllNodes, findBoundingRects, findHostInstance, findHostInstanceWithNoPortals, findHostInstanceWithWarning, flushControlled, flushPassiveEffects, flushSync, focusWithin, getCurrentUpdatePriority, getFindAllNodesFailureDescription, getPublicRootInstance, injectIntoDevTools, isAlreadyRendering, observeVisibleRects, registerMutableSourceForHydration, runWithPriority, shouldError, shouldSuspend, updateContainer |
@AdvancedCat: Everything looks good here. I am ready to merge this PR (at 2d35182) 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! ❤️ (@Methuselah96, @zhanghaocong, @mathieudutour: you can do this too.) |
Ready to merge |
…tasks
Please fill in this template.
npm test <package to test>
.Select one of these and delete the others:
If changing an existing definition:
According to a PR facebook/react#25142 from React, fix this typo error.