Fixes Hotkeys causing native to crash immediately on start (#10180)
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
import React from 'react'
|
||||||
|
|
||||||
|
export function Provider({children}: React.PropsWithChildren<unknown>) {
|
||||||
|
return <>{children}</>
|
||||||
|
}
|
||||||
|
|
||||||
|
export function useHotkeysContext() {
|
||||||
|
return {
|
||||||
|
enableScope: () => {},
|
||||||
|
disableScope: () => {},
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user