File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/node_modules/overmind-devtools/src/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { Action , pipe , OnInitialize , Pipe } from 'overmind'
1+ import { Action , pipe , OnInitialize , Operator } from 'overmind'
22import {
33 Message ,
44 Tab ,
@@ -44,7 +44,7 @@ export const onInitialize: OnInitialize = async ({
4444 connector . connect ( state . port )
4545}
4646
47- const handleClientMessage : Pipe < Message , any > = pipe (
47+ const handleClientMessage : Operator < Message , any > = pipe (
4848 ensureCurrentApp ,
4949 ensureApp ,
5050 addClientMessages ,
@@ -68,7 +68,7 @@ const handleClientMessage: Pipe<Message, any> = pipe(
6868 } )
6969)
7070
71- export const onMessage : Pipe < Message , any > = pipe (
71+ export const onMessage : Operator < Message , any > = pipe (
7272 isPortExistsMessage ( {
7373 true : setPortExists ,
7474 false : handleClientMessage ,
You can’t perform that action at this time.
0 commit comments