We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When refreshing a page wrapped in the SplitFactory provider in Firefox an error is logged to the console:
SplitFactory
The connection to https://streaming.split.io/sse... was interrupted while the page was loading.
There appear to be Firefox specific WebSocket requirements that aren't being covered by the library:
https://bugzilla.mozilla.org/show_bug.cgi?id=712329
Some similar issues:
Yarn: 1.22.11 Node: 14.17.4 React: 16.13.1 @stripe/react-stripe-js: 1.4.1 Firefox: 91.0.2
The text was updated successfully, but these errors were encountered:
Hi @jbadavis , thanks for the info, I see the issue on my side as well, will check with the team.
Thanks Bilal
Sorry, something went wrong.
Hi @jbadavis,
I'm sorry for the very late update, but just in case: this issue was fixed in v1.3.0 of our SDK.
No branches or pull requests
Summary
When refreshing a page wrapped in the
SplitFactory
provider in Firefox an error is logged to the console:There appear to be Firefox specific WebSocket requirements that aren't being covered by the library:
https://bugzilla.mozilla.org/show_bug.cgi?id=712329
Some similar issues:
Environment
Yarn: 1.22.11
Node: 14.17.4
React: 16.13.1
@stripe/react-stripe-js: 1.4.1
Firefox: 91.0.2
The text was updated successfully, but these errors were encountered: