ESLint error: ref is never reassigned, use const
With a farily simple practice app set up with TS + ESLint, there seems to be an issue when using refs in Solid. ESLint is reporting a lonely
The error reported by ESLint is
Is the above code following the expected patterns / best practices? The ESLint config is using Solid's plugin,
let myForm: HTMLFormElement as unused, despite it being passed to a ref prop later on in the code,The error reported by ESLint is
Is the above code following the expected patterns / best practices? The ESLint config is using Solid's plugin,
