Behnam
Behnam
@stereobooster does not work right. no error, but not crawl all url version 1.17.0 crawl all url
i can't reproducible example
@simonh1000 yes i try that and say result
@RuslanGrigoryev yes
@jjenzz Please try this: ```jsx const slideNode = document.getElementById(`item-${1}`); setActiveItem(1); requestAnimationFrame(() => slideNode.scrollIntoView({ behavior: "smooth" })); ``` https://codesandbox.io/s/nice-agnesi-q4g0v And also I think this issue is about re-rendering
@aFarkas Could you please review this PR, and if everything ok publish it on npm
You might need to update `RenderAfterMount` to: ```ts const RenderAfterMount = (props) => { const [node, setNode] = useState(null); const popluateNode = (element) => element !== node && setNode(element); return...