Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Refactor variable name for Redux safety checks #6113

Merged

Conversation

Abishekcs
Copy link
Contributor

What this PR does

  • Renames the enableMutationChecks variable to enableReduxSafetyChecks to better reflect its dual purpose:
    • Controls both mutation checks (immutability violations).
    • Controls serializability checks (ensures actions and state are serializable).

- Updated the variable name to better reflect its role in controlling both mutation and serializability checks.
- Improves code clarity and maintainability by using a more descriptive and accurate name.
@ragesoss ragesoss merged commit 365fd77 into WikiEducationFoundation:master Jan 13, 2025
1 check failed
@Abishekcs Abishekcs deleted the chore/redux-safety-checks branch January 14, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants