aadeshkulkarni / first-issues

Make your first open-source contribution.
https://firstissues.dev
MIT License
8 stars 8 forks source link

Bug | Language Filters are sometimes not visible #21

Closed aadeshkulkarni closed 5 days ago

aadeshkulkarni commented 2 weeks ago
Screenshot 2024-06-28 at 9 22 34 PM
aadeshkulkarni commented 2 weeks ago

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.

vverma022 commented 1 week ago

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

aadeshkulkarni commented 1 week ago

@vverma022 - Found the root cause of the issue ?

aadeshkulkarni commented 5 days ago

This is fixed as part of commit