aadeshkulkarni / first-issues

Make your first open-source contribution.

Home Page:https://firstissues.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug | Language Filters are sometimes not visible

aadeshkulkarni opened this issue · comments

This is probably happening because the lang-filter api is called before the repo api.
The repo api sets up the store. But since lang-filter API tries fetching from store before that, it returns empty data.

Also, we can use server actions here to clean things up.

I'll try to look into this. I have the same problem on my side

@vverma022 - Found the root cause of the issue ?

This is fixed as part of commit