Authoring Check

Fore detects common authoring mistakes at startup and displays them in a modal. Add no-check to <fx-fore> to suppress checks in production.

Broken form — checks active auto

This form has intentional authoring mistakes covering all supported checks. The error modal appears automatically on load because no-check is not set.

Errors introduced below

Alice first second 0 Tab A content
Fix each mistake and reload — the modal disappears when no errors remain.

Same form — checks disabled no-check

Adding no-check to <fx-fore> silences all checks. The authoring-check module is not even loaded — zero overhead.

Bob
This form has a broken fx-send reference but no modal appears because no-check is present.