Javascript – React … preventing an infinite loop
I created a route in my Next.JS app on Firebase and though I intended to be very careful, I get a problem. First of all here is the code (page.tsx) for the route: 'use client'; import React, {useState,useEffect} from "react";…