usehooks icon indicating copy to clipboard operation
usehooks copied to clipboard

Update useMap Typing

Open faizanu94 opened this issue 11 months ago • 0 comments

This PR updates the type signature of the useMap function to improve type safety as reference in #278 By specifying separate generic types for keys and values (K and V), we ensure that the useMap hook is more accurately typed

faizanu94 avatar Mar 10 '24 19:03 faizanu94