Skip to content

Commit ee127ed

Browse files
committed
WIP
1 parent 7ef34ab commit ee127ed

10 files changed

+538
-371
lines changed

src/renderers/dom/fiber/ReactDOMFiberEntry.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,10 @@ var DOMRenderer = ReactFiberReconciler({
447447
}
448448
},
449449

450-
now: now,
450+
now() {
451+
// TODO: Use performance.now to enable expiration
452+
return 0;
453+
},
451454

452455
canHydrateInstance(
453456
instance: Instance | TextInstance,

0 commit comments

Comments
 (0)