WhiteflagProtocol / whiteflag-schoolpilot

Pilot for locating schools using the Whiteflag protocol
1 stars 2 forks source link

Merge showSignals-branch intro main #21

Closed ChrisVLcapgemini closed 1 month ago

ChrisVLcapgemini commented 1 month ago

I commented out this code:

useEffect(() => {
    // sync signals in queue
    navigator.serviceWorker.controller.postMessage({
      action: "resyncQueue",
      transfer: localStorage.getItem("token"),
    });
  }, []);

Which fixes the issue of the application crashing/not loading in firefox.