You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use to flow type checking & flow-typed defs in my project.
I have installed libDef for redux package also
import type { Store } from 'redux';
^^^ Error:() ESLint: Store not found in 'redux' (import/named)
Clicking to Store is pointed me to type definition file from flow-typed directory, but plugin state that such definition has not found in the module.
Though flow correctly identifies Store and displays type info in IDE