小编Shr*_*dal的帖子

firebase 角度配置错误

这是当我在写入时按回车键时出现的错误ng serve -o

node_modules/@angular/fire/compat/proxy.d.ts:7:49 - error TS2344: Type 'T[K]' does not satisfy the constraint '(...args: any) => any'.
  Type 'T[FunctionPropertyNames<T>]' is not assignable to type '(...args: any) => any'.
    Type 'T[T[keyof T] extends Function ? keyof T : never]' is not assignable to type '(...args: any) => any'.
      Type 'T[keyof T]' is not assignable to type '(...args: any) => any'.
        Type 'T[string] | T[number] | T[symbol]' is not assignable to type '(...args: any) => any'.
          Type 'T[string]' is …
Run Code Online (Sandbox Code Playgroud)

firebase

6
推荐指数
1
解决办法
1530
查看次数

标签 统计

firebase ×1