Octane error #15

Full error message

%s was called without a hook slot. The octane compiler injects per-call-site keys; ensure your project loads this runtime through the Vite plugin (octane/compiler/vite). To call hooks by hand, pass a stable symbol, e.g. useState(0, Symbol.for('my-stable-id')).

This link is missing 1 argument. Unfilled %s placeholders remain visible above.

Use a development build while debugging to see full framework diagnostics at the original failure site.

← Browse all error codes