Skip to content

Commit 150c8ae

Browse files
authored
undo fix of false positive from docs-differ (#2708)
1 parent 9ce5df5 commit 150c8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/ssr/docs/useIsSSR.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ import {useIsSSR} from '@react-aria/ssr';
5050
function MyComponent() {
5151
let isSSR = useIsSSR();
5252
return <span>{isSSR ? 'Server' : 'Client'}</span>;
53-
};
53+
}
5454
```

0 commit comments

Comments
 (0)