You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-22 09:02:11 +03:00
Update typescript-eslint plugin & parser (#7351)
This commit is contained in:
committed by
GitHub
parent
0bb7f3d3ee
commit
132e19beb7
@@ -16,7 +16,7 @@ limitations under the License.
|
||||
|
||||
import { useState } from "react";
|
||||
|
||||
export const useLocalEcho = <T extends any>(
|
||||
export const useLocalEcho = <T>(
|
||||
currentFactory: () => T,
|
||||
setterFn: (value: T) => Promise<unknown>,
|
||||
errorFn: (error: Error) => void,
|
||||
|
||||
Reference in New Issue
Block a user