Dennis

Results 2 issues of Dennis

update the react and react-dom peer dependency to support react 18

Running into this error when running this with typescript. ``` Expected 0 type arguments, but got 1.ts(2558) type Tunnel = { In: ({ children }: Props) => null; Out: ()...