Skip to content

Commit

Permalink
Remove findHostInstanceByFiber
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Jul 29, 2024
1 parent ec98d36 commit f6f2cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberReconciler.js
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ export function injectIntoDevTools(devToolsConfig: DevToolsConfig): boolean {
setSuspenseHandler,
scheduleUpdate,
currentDispatcherRef: ReactSharedInternals,
findHostInstanceByFiber,
findFiberByHostInstance:
findFiberByHostInstance || emptyFindFiberByHostInstance,
// React Refresh
Expand Down

0 comments on commit f6f2cde

Please sign in to comment.