We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I note that the reactivity docs mention:
reactivity
This rule ignores object and class methods completely. Solid is based on functions/closures only, and it's uncommon to see methods in Solid code.
However, with getters this is not the case. The docs suggest using getters as derived values in stores: https://www.solidjs.com/docs/latest/api#getters.
Expected behavior Getter should not warn.
Screenshots
Additional context Discord
The text was updated successfully, but these errors were encountered:
c4c992d
This is fixed in v0.4.7, thanks for the report!
v0.4.7
Sorry, something went wrong.
joshwilsonvu
No branches or pull requests
Describe the bug
I note that the
reactivity
docs mention:However, with getters this is not the case. The docs suggest using getters as derived values in stores: https://www.solidjs.com/docs/latest/api#getters.
Expected behavior
Getter should not warn.
Screenshots
Additional context
Discord
The text was updated successfully, but these errors were encountered: