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 5b576dd commit 817893aCopy full SHA for 817893a
src/components/SearchInput/SearchInput.tsx
@@ -156,7 +156,6 @@ export const SearchInput = () => {
156
// Render search results inside the layout to enable showing them in full-screen view
157
if (isMediumViewLT) {
158
const pageElement = document.getElementById(pageElementId);
159
- console.info({ pageElement });
160
161
if (pageElement) {
162
const portal = createPortal(output, pageElement);
0 commit comments