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
Copy file name to clipboardExpand all lines: packages/react-tools/src/hooks/useMap.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
import{useState}from"react"
2
2
3
3
/**
4
-
* __`useMap`__: Hooks to use _Map data structure_ to handle component state with all Map methods.
4
+
* __`useMap`__: Hook to use _Map data structure_ to handle component state with all Map methods.
5
5
* @param {Iterable<readonly [K, V]> | (() => Iterable<readonly [K, V]>)} [initialState] - An Array or other iterable object whose elements are key-value pairs, or function that returns it.
0 commit comments