appium-inspector icon indicating copy to clipboard operation
appium-inspector copied to clipboard

chore: migrate Redux `connect` API to hooks

Open eglitise opened this issue 1 year ago • 0 comments

Modern Redux does not appear to use container components anymore, and instead uses hooks and callback functions. The connect API should therefore be replaced with useDispatch, useSelector, useCallback and so on.

eglitise avatar Jun 07 '23 14:06 eglitise