Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QwikDev/qwik
/ invalid-mutable.tsx
File
invalid-mutable.tsx
packages/eslint-plugin-qwik/tests/valid-lexical-scope/invalid-mutable.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Expect error: { "messageId": "mutableIdentifier" }
2
import { component$, $, useSignal } from
'@builder.io/qwik'
;
3
4
export const HelloWorld = component$(() => {
Callers
nothing calls this directly
Calls
3
component$
Function · 0.90
useSignal
Function · 0.90
$
Function · 0.90
Tested by
no test coverage detected