We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b654c commit 0d82b02Copy full SHA for 0d82b02
src/internal/single-tab-stop/index.tsx
@@ -71,7 +71,7 @@ export interface SingleTabStopNavigationAPI {
71
isRegistered(element: Element): boolean;
72
}
73
74
-export function SingleTabStopNavigationReset({ children }: { children: React.ReactNode }) {
+export function SingleTabStopNavigationReset({ children }: { children: React.ReactNode }): JSX.Element {
75
return (
76
<SingleTabStopNavigationContext.Provider value={defaultValue}>{children}</SingleTabStopNavigationContext.Provider>
77
);
0 commit comments