Ben Halperin

Results 3 issues of Ben Halperin

The definitions for `InvokeCallback` and `InvokeCreator` are currently: ``` export type InvokeCallback< TEvent extends EventObject = AnyEventObject, TSentEvent extends EventObject = AnyEventObject > = ( callback: Sender, onReceive: Receiver )...

In xstate, `withConfig` is typed with context as a [second, optional parameter](https://github.com/statelyai/xstate/blob/f135dfae27c43afcbf52c0960c11c2c4011fe597/packages/core/src/types.ts#L735). In xstate-codegen, the generated signature for `withConfig` lets you pass in context in the same object as the...

# Bug Report **Current behavior** The prop `subscribeToSelf` on `OTSubscriber` does not seem to do anything. **Steps to reproduce** Pull down [this branch](https://github.com/bahalperin/opentok-react-native-samples/tree/bh/subscribe-to-self-bug) and run the example app. Join a...