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
Currently, if you want to use the playground on safari you get the warning:
You're currently using an unsupported browser to access the Flow Playground. We hope to support your browser in the future, but for now some features may not function as intended. In order to have the best experience, we recommend you use either Chrome or Firefox to access the Flow Playground.
We should revisit why is that so and how to remove this warning.
The text was updated successfully, but these errors were encountered:
It looks like playground is using isomorphic-fetch which has a dep on whatwg-fetch. isomorphic-fetch is no longer actively maintained, we'd want to use a different lib.
Could use built in fetch and remove out of date fetch libs.
Currently, if you want to use the playground on safari you get the warning:
You're currently using an unsupported browser to access the Flow Playground. We hope to support your browser in the future, but for now some features may not function as intended. In order to have the best experience, we recommend you use either Chrome or Firefox to access the Flow Playground.
We should revisit why is that so and how to remove this warning.
The text was updated successfully, but these errors were encountered: