DEV Community

Discussion on: React Context with useReducer and Typescript.

Collapse
 
imakimaki profile image
AntiLun • Edited

Could anyone tell me why type ActionMap need to extends { [index: string]: any }? Thx so much.