brian ruddy

Results 4 comments of brian ruddy

> I also need to change the tests for connect. The ones I added in the first commit of this PR fail because the second commit changed the expected signature...

Optional parameters or returning a function that accepts a component both seem fine to me with a slight preference towards variable args. My main concern around all of this is...

It looks like they're there now but typescript doesn't like the `TextDecoder` implementation ``` Type 'typeof TextDecoder' is not assignable to type '{ new (label?: string | undefined, options?: TextDecoderOptions...