about summary refs log tree commit diff
path: root/src/lib/hooks/useEnableKeyboardController.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hooks/useEnableKeyboardController.tsx')
-rw-r--r--src/lib/hooks/useEnableKeyboardController.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/hooks/useEnableKeyboardController.tsx b/src/lib/hooks/useEnableKeyboardController.tsx
index 858f6943a..5d9348bcd 100644
--- a/src/lib/hooks/useEnableKeyboardController.tsx
+++ b/src/lib/hooks/useEnableKeyboardController.tsx
@@ -19,6 +19,8 @@ const KeyboardControllerRefCountContext = createContext<{
   incrementRefCount: () => {},
   decrementRefCount: () => {},
 })
+KeyboardControllerRefCountContext.displayName =
+  'KeyboardControllerRefCountContext'
 
 export function KeyboardControllerProvider({
   children,