solidjs-community / eslint-plugin-solid

Solid-specific linting rules for ESLint.
MIT License
216 stars 26 forks source link

Silence reactivity warnings in callback refs. #44

Closed joshwilsonvu closed 1 year ago

joshwilsonvu commented 1 year ago

Based on this discussion in the Solid Discord, we realized that using reactivity in callback refs was generating warnings, even though conceptually it's the same as using reactivity in event handlers (fine). This PR adds callback refs as "called-function" tracked scopes.