You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
noWrite: "The reactive variable '{{name}}' should not be reassigned or altered directly.",
238
238
untrackedReactive:
239
-
"The reactive variable '{{name}}' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function. Details: https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md.",
239
+
"The reactive variable '{{name}}' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function.",
240
240
expectedFunctionGotExpression:
241
241
"The reactive variable '{{name}}' should be wrapped in a function for reactivity. This includes event handler bindings, which are not reactive like other JSX props.",
242
242
badSignal:
243
243
"The reactive variable '{{name}}' should be called as a function when used in {{where}}.",
244
244
badUnnamedDerivedSignal:
245
-
"This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity. Details: https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md.",
245
+
"This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity.",
246
246
shouldDestructure:
247
247
"For proper analysis, array destructuring should be used to capture the {{nth}}result of this function call.",
0 commit comments