Skip to content

Commit f16220d

Browse files
committed
default callback
1 parent 4b3179e commit f16220d

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/run-tab/src/lib/actions

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/actions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declare global {
2020
}
2121

2222
const _paq = window._paq = window._paq || [] //eslint-disable-line
23-
let plugin: RunTab, dispatch: React.Dispatch<any>
23+
let plugin: RunTab, dispatch: React.Dispatch<any> = () => {}
2424

2525
export const initRunTab = (udapp: RunTab) => async (reducerDispatch: React.Dispatch<any>) => {
2626
plugin = udapp

0 commit comments

Comments
 (0)