You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to integrate the client directly to build a custom react error boundary component as laid out here
Expected Result
Browser client should initialize successfully
Actual Result
This results in a TypeError: options.transport is not a function exception. It appears the BrowserClient constructor is expecting a transport option as a function.