RMD015 — A hook's props assigned by the hook that received them
A hook's props belong to whoever called this.use(...). The assignment throws, exactly like a
write to a component's props (RMD004) — one rule for read-only inputs, not two.
See writing a hook.
Next
- All diagnostics — every code the framework can report.
- Checking your app — the faults proved from the source, before anything runs.