Tymoteusz Kossek

Results 8 comments of Tymoteusz Kossek
trafficstars

> I'm interested in this too, but at a more advanced level, can you add something that will restore the last scroll position when navigating backwards? @null-dev I think it...

I think you should find the [answer here](https://docs.slatejs.org/concepts/12-typescript#:~:text=To%20fix%20this%2C%20you%20need%20to%20add%20code%20like%20Element.isElement(node)%20%26%26%20node.type%20%3D%3D%3D%20%27paragraph%27.%20This%20is%20necessary%20because%20a%20Node%20can%20be%20an%20Element%20or%20Text%20and%20Text%20does%20not%20have%20a%20type%20property.).

@mbrevda I have created reproduction of the issue on [CodeSandbox](https://codesandbox.io/s/react-image-v18-freeze-reproduction-slp58w)

I also can't get the `useImage` approach to work [Codesandbox reproduction](https://codesandbox.io/s/react-image-useimage-hook-rcrb34) In my app that I'm trying to implement `react-image` in I have this error: ![image](https://user-images.githubusercontent.com/34141636/187849823-7e1e19b3-5ed2-4c88-815a-7d9506d87b62.png)

You need to downgrade your node version, it is easy with nvm. https://stackoverflow.com/a/58771749

@Rajat-Dabade Hey sorry for not running the tests. I somehow missed the notification 😞

> I'm having the same problem and unticking the "Full reload" option doesn't work for me (on Mac Chrome). I know this is kinda old but it might be useful...

> 2021 this problem still exists, why dont they fix it by default This is probably a problem with your website. Try checking if you can get scroll position using...