-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adjust rule for Valtio v2 #47
Comments
I'll check both options this weekend and implement accordingly |
Since the sandbox isn't working, any chance you can validate #48 locally? |
I don't think it's easy even with csb build. Let me review tests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In v2, the incompatibility with useMemo and so on will be resolved, pmndrs/valtio#866
so, this plugin should avoid warning such usages with v2.
I wonder if there's a way in eslint to change the behavior based on Valtio versions. Otherwise, we can simply upgrade, which is reasonable for simplicity too.
@barelyhuman Can you work on it? It's not in a hurry.
The text was updated successfully, but these errors were encountered: