+
Context: {validation.hasContext ? 'yes' : 'no'}
+
Matches: {validation.matchCount}
+
Valid: {validation.allValid ? 'yes' : 'no'}
+
Details: {validation.details}
+
+ );
+};
+
+/**
+ * A nested page that validates context at a deeper level.
+ */
+const NestedPage: React.FC = () => {
+ const params = useParams();
+ return (
+