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.
2 parents 0539743 + d762115 commit e103b21Copy full SHA for e103b21
src/custom/SearchBar.tsx
@@ -135,7 +135,7 @@ function SearchBar({
135
}
136
}}
137
>
138
- <>
+ <div>
139
<ThemeProvider theme={customTheme(theme)}>
140
<TextField
141
variant="standard"
@@ -165,7 +165,7 @@ function SearchBar({
165
arrow
166
/>
167
)}
168
- </>
+ </div>
169
</ClickAwayListener>
170
);
171
0 commit comments