TypeScript: This expression is not callable. Not all constituents of type 'Object | RawDecorator' are callable.
See original GitHub issueThis expression is not callable.
Not all constituents of type ‘Object | RawDecorator’ are callable.
declare module '@nozbe/watermelondb/utils/common/makeDecorator' {
import { ReplaceReturn } from '@nozbe/watermelondb/utils/common'
export type Descriptor = Object
Someone was working on types, has this been fixed?. Is there anything I can do to help.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
Not all constituents of type 'X | Y' are callable (TS) | bobbyhadz
The error "This expression is not callable. Not all constituents of type 'X | Y" are callable" occurs when a value might be...
Read more >Typescript interface: Not all constituents of type 'string ...
I cannot write types to specific properties as real objects contains multiple entries, unlike example object. But second solution works for me.
Read more >Reactspring And Typescript Not Callable Error - ADocLib
React Typescript Hook Error This Expression Is Not Callable. ... Not all constituents of type 'Object | RawDecorator' are callable. declare module ...
Read more >Typescript: Not all constituents of type 'boolean - Paul Edenburg
Typescript : Not all constituents of type 'boolean | (() => void)' are callable. The full error: This expression is not callable.
Read more >typescript this expression is not callable - You.com
Based on your error Type '{ getUserInfo(requestData: object): Promise; }' has no call signatures instead of calling something(requestData) you should be calling ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Same issue for
@field:@azizhk yes, 0.16.0. Hum I think you’ll talk about 0.16.1-0+ that seems to be fixed beta versions 😃 Thanks 😃