diff --git a/lib/page-with-shareable-state.tsx b/lib/page-with-shareable-state.tsx index 2f9a112..8ff1da5 100644 --- a/lib/page-with-shareable-state.tsx +++ b/lib/page-with-shareable-state.tsx @@ -50,6 +50,9 @@ const DeserializationErrorModal: React.FC = () => { if (!show) return null; + // TODO: This isn't accessible at all; it ought to trap keyboard focus, + // disappear when the user presses ESC, and so on. + return (