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 4db9c80 commit af5106dCopy full SHA for af5106d
strategies/dynamic-rendering/index.js
@@ -6,8 +6,6 @@ export default function DynamicRendering({children, isBot, force}) {
6
const ref = useRef(null)
7
const isNearScreen = useNearScreen({ref})
8
9
- console.log(force)
10
-
11
if (isBot || isNearScreen || force) {
12
return children
13
} else {
0 commit comments