Typescript inference problem (with screenshot and sample repo)

I am not getting type inference in Intellij, the same code comes up with the correct type hinting in VSCode

Intellij IDEA

Same repo and code in VS Code


Steps to reproduce:

clone this repo
https://github.com/piotrwitek/typesafe-actions
go into /codesandbox
yarn install 
open src/features/todos/actions.ts
type below to trigger hinting

loadTodosAsync.success(
0

Please sign in to leave a comment.