File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
custom-implementation/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ const render = async () => {
17
17
*/
18
18
19
19
const data = await getPageData ( )
20
- const sidenav = // eslint-disable-next-line @typescript-eslint/no-explicit-any
21
- document . querySelector ( 'button.fern-search-bar' ) ?. parentElement as any
20
+ // const sidenav = // eslint-disable-next-line @typescript-eslint/no-explicit-any
21
+ // document.querySelector('button.fern-search-bar')?.parentElement as any
22
22
23
23
ReactDOM . render (
24
24
React . createElement ( Header , { ...data . header } ) ,
@@ -39,7 +39,7 @@ const render = async () => {
39
39
} ,
40
40
)
41
41
42
- console . log ( 'sidenav' , sidenav )
42
+ // console.log('sidenav', sidenav)
43
43
// ReactDOM.render(React.createElement(ThemeSwitch), sidenav)
44
44
}
45
45
You can’t perform that action at this time.
0 commit comments