We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5c94b commit a213139Copy full SHA for a213139
src/common/useOrientation.ts
@@ -28,7 +28,7 @@ const useOrientation = () => {
28
};
29
}, [window.innerWidth, window.innerHeight]);
30
31
- return { orientation };
+ return orientation;
32
33
34
export default useOrientation;
0 commit comments