Closed TCMeldrum closed 1 week ago
The searchParams.getAll('selection') is causing a useEffect to constantly refresh, which means the call filter drop down doesn't work and the page is slow and clunky.
searchParams.getAll('selection')
useEffect
Found through support 6/11/2024
The
searchParams.getAll('selection')
is causing auseEffect
to constantly refresh, which means the call filter drop down doesn't work and the page is slow and clunky.Found through support 6/11/2024