appium-inspector
appium-inspector copied to clipboard
chore: migrate Redux `connect` API to hooks
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.