politeiagui
politeiagui copied to clipboard
cms: Invoice details page issuing extra requests
On commit fa41d7c we're seeing extra requests to /api/v1/invoices and /api/v1/invoices/<invoice_id> on the invoice details page. And whenever a request is received the page flashes briefly. I believe it's not related at all to codestats since i'm seeing it on non-developer invoices. Possibly related to the past 3 months invoice compilation that is shown though.
so something causing extra onFetchAdminInvoices and onFetchInvoices I suppose, though I can't figure out what could cause the repeated same calls.
This may overlap with #2248.