T
TanStack9mo ago
fascinating-indigo

UI gets stuck after updating React to React 18

Hey, we've recently updated our app to React 18. these are our dependencies:
{
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-table": "^8.15.0"
}
{
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-table": "^8.15.0"
}
When fetching new data, specifically when typing into an autocomplete that uses react-query, with debounce, the UI gets stuck completely. Anyone else encountered a similar issue?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?