From 869e32aa0267ad6388da88fd87bafcdeec67cc64 Mon Sep 17 00:00:00 2001 From: "poteto (Meta Employee)" Date: Wed, 26 Apr 2023 12:43:15 -0700 Subject: [PATCH] Add support for useMemoCache (#26696) Summary: useMemoCache wasn't previously supported in the DevTools, so any attempt to inspect a component using the hook would result in a `dispatcher.useMemoCache is not a function (it is undefined)` error. DiffTrain build for commit https://github.com/facebook/react/commit/25b99efe0c9c9d593c86829386c86740d409fa8c. Changelog: [Internal] Reviewed By: kassens Differential Revision: D45278799 Pulled By: poteto fbshipit-source-id: 613b28f9793574cef6fed04211f1fc2d0e600119 --- packages/react-native/Libraries/Renderer/REVISION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/Libraries/Renderer/REVISION b/packages/react-native/Libraries/Renderer/REVISION index a18b1e3f3a2..02262f8892d 100644 --- a/packages/react-native/Libraries/Renderer/REVISION +++ b/packages/react-native/Libraries/Renderer/REVISION @@ -1 +1 @@ -ed545ae3d3478cd82aa498494025cb3a15188e4c +25b99efe0c9c9d593c86829386c86740d409fa8c