Package cleanup & transition to latest apollo.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { Component } from "react";
|
||||
import { withApollo } from "react-apollo";
|
||||
import { withApollo } from "@apollo/client/react/hoc";
|
||||
import { connect } from "react-redux";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
import { logImEXEvent, messaging } from "../../firebase/firebase.utils";
|
||||
@@ -57,9 +57,6 @@ if ("serviceWorker" in navigator) {
|
||||
});
|
||||
})
|
||||
.catch(function (err) {
|
||||
console.log(
|
||||
"[FCM] Service worker registration failed, error:",
|
||||
err
|
||||
);
|
||||
console.log("[FCM] Service worker registration failed, error:", err);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user