Add moduleSuffixes to tsconfig (#11146)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ export function Provider({children}: {children: React.ReactNode}) {
|
||||
return children
|
||||
}
|
||||
|
||||
const noop = () => {}
|
||||
const noop = (_scope: string) => {}
|
||||
|
||||
export function useHotkeysContext() {
|
||||
return useMemo(
|
||||
|
||||
Reference in New Issue
Block a user