Ramonda

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