cerebral/overmind

[BUG] React Native - This expression is not callable. Type '{}' has no call signatures.

p32929 opened this issue · 1 comments

The app source code can be found here: https://github.com/p32929/react-native-overmind-counter-example

it shows this error when trying to call actions in Counter.tsx file ( https://github.com/p32929/react-native-overmind-counter-example/blob/master/src/Components/Counter.tsx )
Screenshot (117)

Seems like, it was an error in VS code. I just restarted VS code and the error is gone