-
Notifications
You must be signed in to change notification settings - Fork 49.8k
Open
Labels
React Core TeamOpened by a member of the React Core TeamOpened by a member of the React Core TeamType: Umbrella
Description
Short term
- Removed ref-getter methods from "schedule" API #13561: Replace the
__getInteractionsRefand__getSubscriberRefmethods with directmutableexports (__interactionsand__subscriber) and update theScheduleTrackingUMD fork. - Removed ref-getter methods from "schedule" API #13561: Remove
__getInteractionsRefand__getSubscriberReffrom theschedule/trackingUMD dev and prod bundles since it's not part of the public API. - Fix interaction-tracking reference count bug (Interaction reference count decremented too aggressively #13574)
- Split subscriptions entry point apart from tracking (e.g. break
scheduler/trackingintoscheduler/trackingandscheduler/subscriptions)
Long term
- Move
schedulerto is own git repo (maybe even its own org) prior to a 1.0 release. - Enable it to be used without a build step by replacing the dev/prod check with a single export.
- Add an ES module entry point as well as the CJS and UMD entry points
NE-SmallTown, kafein, lin7sh and ecreeth
Metadata
Metadata
Assignees
Labels
React Core TeamOpened by a member of the React Core TeamOpened by a member of the React Core TeamType: Umbrella