Sunghyun Cho

Results 55 comments of Sunghyun Cho

I created a Vercel support case regarding this matter. I will post updates as they become available.

~~So do you think it'll get fixed if I switch the order?~~ Nvm, doesn't seems so

So `nl = Dutch (Nederlands)` and `nb = Norwegian (Norsk Bokmål)`. Correct?

It seems very strange... I cannot spot why the two would be mixed up from my quick skim. That being said, it may take a while to fix it 😭...

![image](https://github.com/user-attachments/assets/2ed163b9-14f5-4123-bd6b-dc69efefc587)

@sudosubin Are there any updates to this matter?

Or to be more specific about my request, I'd like to know how [Prerendering](https://swr.vercel.app/docs/with-nextjs#pre-rendering-with-default-data) (or Server-side caching) with SWR should work on App Router. I want first to show the...

Setting `const [initialRevalidationSuccess, setInitialRevalidationSuccess] = useState(false);`, set the value to true at the fetcher, and renaming the return value to `isLoading: isLoading && initialRevalidationSuccess` temporarily fixes the issue.