Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Minor hotkeys nit (#10184)

authored by

Samuel Newman and committed by
GitHub
3685439f 165dd5a7

+2 -5
+2 -4
src/lib/hotkeys/index.native.tsx
··· 1 - import React from 'react' 2 - 3 - export function Provider({children}: React.PropsWithChildren<unknown>) { 4 - return <>{children}</> 1 + export function Provider({children}: {children: React.ReactNode}) { 2 + return children 5 3 } 6 4 7 5 export function useHotkeysContext() {
-1
src/lib/hotkeys/index.tsx
··· 1 - import React from 'react' 2 1 import {useLingui} from '@lingui/react/macro' 3 2 import { 4 3 HotkeysProvider,