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 ed71859 commit 753504bCopy full SHA for 753504b
.github/workflows/pull-request.yml
@@ -10,6 +10,6 @@ jobs:
10
node-version-file: ".node-version"
11
cache: npm
12
- run: npm ci
13
- - run: npm run res:build
+ - run: npm run res:build -- --warn-error +3+8+11+12+26+27+31+32+33+34+35+39+44+45+110
14
- run: npm test
15
- run: npm run ci:format
src/layouts/ApiLayout.res
@@ -74,8 +74,6 @@ let make = (
74
75
let (isSidebarOpen, setSidebarOpen) = React.useState(_ => false)
76
77
- let (isScrollLock, setScrollLock) = ScrollLockContext.useScrollLock()
78
-
79
let toggleSidebar = () => {
80
setSidebarOpen(prev => !prev)
81
}
0 commit comments