cerebral / overmind

Overmind - Frictionless state management
https://overmindjs.org
MIT License
1.58k stars 95 forks source link

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

Closed p32929 closed 3 years ago

p32929 commented 3 years ago

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)

p32929 commented 3 years ago

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