Skip to content

Commit 6aabd8a

Browse files
authored
Interaction tracking follow up (#13509)
* Merged interaction-tracking package into react-scheduler * Add tracking API to FB+www builds * Added Rollup plugin to strip no-side-effect imports from Rollup bundles * Re-bundle tracking and scheduling APIs on SECRET_INTERNALS object for UMD build (and provide lazy forwarding methods) * Added some additional tests and fixtures * Fixed broken UMD fixture in master (#13512)
1 parent ae66422 commit 6aabd8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"dependencies": {
1818
"object-assign": "^4.1.1",
1919
"prop-types": "^15.6.2",
20-
"react-is": "^16.4.3-alpha.0"
20+
"react-is": "^16.4.3-alpha.0",
21+
"react-scheduler": "^0.1.0-alpha-1"
2122
},
2223
"peerDependencies": {
2324
"react": "^16.0.0"

0 commit comments

Comments
 (0)