Package cleanup & transition to latest apollo.

This commit is contained in:
Patrick Fic
2021-02-24 08:48:55 -08:00
parent 359edea97c
commit 46014261d6
202 changed files with 31740 additions and 1174 deletions

View File

@@ -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);
});
}