Relative Content

Tag Archive for javascriptreactjsreact-querytanstackreact-querytanstack

TypeError in Tanstack Query React

I am new to react tanstack query and I am building a todo list app to reinforce the concepts that I am learning. The todos are coming from DummyJson API -https://dummyjson.com/docs/todos. The response data object has a few properties – limit, skip, total and an array of todos as defined in types/index.ts.