WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
392 stars 631 forks source link

chore: remove explicit devTools config, use default behavior #6040

Closed Abishekcs closed 1 day ago

Abishekcs commented 2 days ago

What this PR does

Removes the explicit devTools configuration from the Redux store, as configureStore enables it by default.

Screenshot from 2024-11-20 13-27-33

Before:

https://github.com/user-attachments/assets/4c3a2dc6-83f1-4380-8f37-209fbddadaa8

After:

https://github.com/user-attachments/assets/7c0044bb-b8c8-4543-b454-bd78ed34d0ee

ragesoss commented 1 day ago

Did you confirm that this works in the version of Redux we're using?

Abishekcs commented 1 day ago

Did you confirm that this works in the version of Redux we're using?

I did. I will attach a screen recording showing the behavior before and after.