useInfiniteQuery error
This is an error that occurs when implementing infinite scrolling.
It seems to occur because undefined cases cannot be handled when initially loading data. When you refresh, the data is loaded normally. To handle this part, I tried giving an option or using a try catch syntax, but it didn't work.
This error suddenly occurred one day after writing the code and confirming that it was working properly.
0 Replies