Suggested in D11275.
Details
Details
- Reviewers
kamil tomek ashoat - Commits
- rCOMM256042b21aae: [web] Replace $FlowFixMe with any
Run flow in web.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/shared-worker/worker/identity-client.js | ||
---|---|---|
40โ42 โ | (On Diff #38171) | The error is "Cannot get identityClient[message.method] because an index signature declaring the expected key / value type is missing in IdentityServiceClientWrapper" so the error is with the indexing operations itself. That's why I put the any cast before the indexing operator and not the more obvious (identityClient[message.method]: any) |