Open CodyJasonBennett opened 6 months ago
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Not stale. I can try to find time to continue this.
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Not stale. Haven't updated my comment since, but changes would be since last pinned RC.
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 https://github.com/pmndrs/react-three-fiber/pull/3242 based on implementation, but they are as follows:
NotPendingTransition
#26722setCurrentUpdatePriority
,getCurrentUpdatePriority
,resolveUpdatePriority
#28751resetFormInstance
#28804requestPostPaintCallback
#25105shouldAttemptEagerTransition
#26025trackSchedulerEvent
#31528resolveEventType
,resolveEventTimeStamp
#31008I 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.