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
The event-target-shim dependency is a major version out of date, resulting in duplicate installation headaches for projects that actually need the newer event-target-shim version to polyfill event related globals (the old version doesn't export the needed classes) at the same time as the abort-controller/polyfill.
The
event-target-shim
dependency is a major version out of date, resulting in duplicate installation headaches for projects that actually need the newerevent-target-shim
version to polyfill event related globals (the old version doesn't export the needed classes) at the same time as theabort-controller/polyfill
.For example, in
graphql-react-examples
:https://github.com/jaydenseric/graphql-react-examples/blob/4b732478987ea452acfb43c752ab99512463d9b2/utils/nodePolyfills.js#L1-L22
The text was updated successfully, but these errors were encountered: