MCPcopy
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" }
2import { component$, $, useSignal } from '@builder.io/qwik';
3
4export const HelloWorld = component$(() => {

Callers

nothing calls this directly

Calls 3

component$Function · 0.90
useSignalFunction · 0.90
$Function · 0.90

Tested by

no test coverage detected