File tree 2 files changed +0
-5
lines changed
packages/react-reconciler
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.
187
187
188
188
This method is called for a container that's used as a portal target. Usually you can leave it empty.
189
189
190
- #### ` now() `
191
-
192
- You can proxy this to ` performance.now() ` or its equivalent in your environment.
193
-
194
190
#### ` scheduleTimeout(fn, delay) `
195
191
196
192
You 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;
54
54
export const scheduleTimeout = $$$hostConfig . scheduleTimeout ;
55
55
export const cancelTimeout = $$$hostConfig . cancelTimeout ;
56
56
export const noTimeout = $$$hostConfig . noTimeout ;
57
- export const now = $$$hostConfig . now ;
58
57
export const isPrimaryRenderer = $$$hostConfig . isPrimaryRenderer ;
59
58
export const warnsIfNotActing = $$$hostConfig . warnsIfNotActing ;
60
59
export const supportsMutation = $$$hostConfig . supportsMutation ;
You can’t perform that action at this time.
0 commit comments