0xTheProDev/Operational-Transformation

Getting Typescript Errors

tyagirajat200 opened this issue · 0 comments

Issue Template Guidelines

Issues can be created only by maintainers. If you are not the maintainer please report the issue here, maintainers will create one if required.

I am typescript errors. My angular version is 12.
`Error: node_modules/@otjs/firebase-plaintext/index.d.ts:275:22 - error TS2304: Cannot find name 'PromiseSettledResult'.

275 all(): IThenable<PromiseSettledResult[]>;
~~~~~~~~~~~~~~~~~~~~

getting this while importing this -> import { FireMonacoEditor } from '@otjs/firebase-monaco';`

  1. Argument of type '"ready"' is not assignable to parameter of type 'keyof TEditorClientEventArgs'.