Skip to content

Release v20.64.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:24
3914ad7

Added

  • Optional eventSourceFactory prop on <Arc /> (and Globals.eventSourceFactory) that lets you substitute the EventSource implementation used by SSE observable query connections, falling back to the global EventSource constructor when not set. This unblocks environments like React Native that lack a native EventSource or need a more reliable native SSE client (#2376)

Documentation

  • Document eventSourceFactory in the Arc configuration reference and add a "Custom EventSource Factory" section with a React Native example