Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deeppatel234/react-context-devtool
/ onDispatchAction
Function
onDispatchAction
src/popup.index.js:36–38 ·
view source on GitHub ↗
(action)
Source
from the content-addressed store, hash-verified
34
}, []);
35
36
const
onDispatchAction = (action) => {
37
sendMessage(`content:${appData.tabId}`,
"DISPATCH_ACTION"
, action);
38
};
39
40
return
<App appData={appData} settings={settings} onDispatchAction={onDispatchAction} />;
41
};
Callers
1
onDispatch
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected