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
Current implementation of GraphiQLViewJavaScriptLibraries is far from ideal. react and react-dom versions should be decoupled. fetch polyfill is no longer required for modern browsers. For older ones, Promise, Map and Set polyfills are missing.
tl;drGraphiQLViewJavaScriptLibraries should use a map.
The text was updated successfully, but these errors were encountered:
Current implementation of
GraphiQLViewJavaScriptLibraries
is far from ideal.react
andreact-dom
versions should be decoupled.fetch
polyfill is no longer required for modern browsers. For older ones,Promise
,Map
andSet
polyfills are missing.tl;dr
GraphiQLViewJavaScriptLibraries
should use a map.The text was updated successfully, but these errors were encountered: