Sunghyun Cho
Sunghyun Cho
I created a Vercel support case regarding this matter. I will post updates as they become available.
Oh no! Let me check --
~~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 😭...

@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.
[bug]: Combo Box TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
@Kelvin274 I am having the same issue, trying to fix it