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 8cc49aa commit c8960e1Copy full SHA for c8960e1
custom-implementation/src/main.tsx
@@ -20,7 +20,7 @@ const render = async () => {
20
const theme = document.getElementsByTagName('html')[0].getAttribute('class')
21
22
if (!document.getElementById('theme-switch')) {
23
- if (document.querySelector('button.fern-search-bar') !== null) {
+ if (document.querySelector('button.fern-search-bar')) {
24
const sidenav = document.querySelector('button.fern-search-bar')
25
?.parentElement as HTMLElement
26
const wrapper = document.createElement('div')
0 commit comments