about summary refs log tree commit diff
path: root/src/state/global-gesture-events/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/global-gesture-events/index.tsx')
-rw-r--r--src/state/global-gesture-events/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/global-gesture-events/index.tsx b/src/state/global-gesture-events/index.tsx
index f8d87a8f9..8941d9ef4 100644
--- a/src/state/global-gesture-events/index.tsx
+++ b/src/state/global-gesture-events/index.tsx
@@ -25,6 +25,7 @@ const Context = createContext<{
   register: () => {},
   unregister: () => {},
 })
+Context.displayName = 'GlobalGestureEventsContext'
 
 export function GlobalGestureEventsProvider({
   children,