Open
Description
Summary
I've been working on updating the types for react-reconciler, and found methods are still missing from its README after recent updates. These are detailed in pmndrs/react-three-fiber#3242 based on implementation, but they are as follows:
NotPendingTransition
,HostTransitionContext
Implement experimental_useFormStatus #26722setCurrentUpdatePriority
,getCurrentUpdatePriority
,resolveUpdatePriority
[Fiber] Move updatePriority tracking to renderers #28751resetFormInstance
Automatically reset forms after action finishes #28804requestPostPaintCallback
[Draft][Transition Tracing] More Accurate End Time #25105shouldAttemptEagerTransition
Synchronously flush the transition lane scheduled in a popstate event #26025trackSchedulerEvent
Fix Overlapping "message" Bug in Performance Track #31528resolveEventType
,resolveEventTimeStamp
[Fiber] Track Event Time, startTransition Time and setState Time #31008
I can open a PR for updating the README specifically, but I haven't looked deeper to see if there was anything else missing in the repo.