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 60eb63e commit df39229Copy full SHA for df39229
custom-implementation/src/main.tsx
@@ -39,7 +39,8 @@ const render = async () => {
39
},
40
)
41
42
- // console.log('sidenav', sidenav)
+ console.log('sibling', document.querySelector('button.fern-search-bar'))
43
+ console.log('sidenav', sidenav)
44
ReactDOM.render(
45
React.createElement(ThemeSwitch, {
46
sibling: document.querySelector('button.fern-search-bar'),
0 commit comments