We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3179e commit f16220dCopy full SHA for f16220d
libs/remix-ui/run-tab/src/lib/actions/index.ts
@@ -20,7 +20,7 @@ declare global {
20
}
21
22
const _paq = window._paq = window._paq || [] //eslint-disable-line
23
-let plugin: RunTab, dispatch: React.Dispatch<any>
+let plugin: RunTab, dispatch: React.Dispatch<any> = () => {}
24
25
export const initRunTab = (udapp: RunTab) => async (reducerDispatch: React.Dispatch<any>) => {
26
plugin = udapp
0 commit comments