skip to Main Content

Javascript – providesTags of Redux-Toolkit Query is returning an error at the first request, while the succeeding request are saying success

I am trying to implement pagination for the test results page. undefined testResultsApiSlice.jsx:33 testResultsList testResultsApiSlice.jsx:34 GET http://localhost:3500/testResults? 400 (Bad Request) apiSlice.jsx:19 {ids: Array(3), entities: {…}, totalPages: 2, currentUser: {…}} testResultsApiSlice.jsx:33 (2) ['testResultsList', {…}] testResultsApiSlice.jsx:34 (2) Above is the result of…

VIEW QUESTION

Javascript – Understanding UTC time in js

Backend give me data of gantt diagramm start and end points in format: "horizont_start": "2024-05-01T00:00:00Z", "horizont_end": "2025-01-26T00:00:00Z", Next i give through props to another component Date format of this points like this: <NewGanttChart start={ new Date( gantt?.horizont_start || new Date(…

VIEW QUESTION
Back To Top
Search