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

Take out MutableStateParameter rule from MutableParameters rule #159

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

mrmans0n
Copy link
Owner

This commit introduces a new rule, MutableStateParameter, which has spawned from MutableParameters. It basically takes out the MutableState check to a separate rule, mostly to provide a better explanation about why is it a bad idea to use such classes in the signature of a composable function.

Fixes #133.

@mrmans0n mrmans0n force-pushed the nacho/mutablestate-rule branch from 858f3ad to fd9e024 Compare December 13, 2023 21:45
@mrmans0n mrmans0n merged commit d1dfd06 into main Dec 13, 2023
2 checks passed
@mrmans0n mrmans0n deleted the nacho/mutablestate-rule branch December 13, 2023 21:53
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.

MutableParams rule and MutableState
1 participant