File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
packages/react-reconciler Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -187,10 +187,6 @@ You can leave it empty.
187187
188188This method is called for a container that's used as a portal target. Usually you can leave it empty.
189189
190- #### ` now() `
191-
192- You can proxy this to ` performance.now() ` or its equivalent in your environment.
193-
194190#### ` scheduleTimeout(fn, delay) `
195191
196192You can proxy this to ` setTimeout ` or its equivalent in your environment.
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ export const createTextInstance = $$$hostConfig.createTextInstance;
5454export const scheduleTimeout = $$$hostConfig . scheduleTimeout ;
5555export const cancelTimeout = $$$hostConfig . cancelTimeout ;
5656export const noTimeout = $$$hostConfig . noTimeout ;
57- export const now = $$$hostConfig . now ;
5857export const isPrimaryRenderer = $$$hostConfig . isPrimaryRenderer ;
5958export const warnsIfNotActing = $$$hostConfig . warnsIfNotActing ;
6059export const supportsMutation = $$$hostConfig . supportsMutation ;
You can’t perform that action at this time.
0 commit comments