Ishmam

Results 10 comments of Ishmam

> A combination of both `beforePopState` and `window.history.scrollRestoration = 'manual'` does the trick for me: > > ```ts > export const Transition: React.FC = ({ children }) => { >...

An auto page break like google docs/ Microsoft word would be helpful. Inserting a page break manually is not a good user experience.

`style={{transform: [{rotate: '180deg'}]}}` seems to be the best workaround for now. Really hoping it gets solved soon.

After a lot of reading and experimenting, `style={{transform: [{rotate: '180deg'}]}}` seems to be the best workaround for the time being.

Did you find a workaround for this?

I would like to know about it too. The package is great but there needs to be a lot of updates in the package and I would like to contribute.

Can we get this fix merged on v1.3.2 please ?

Happening when running Bun with React on Ubuntu 24 with VSCode. Bun v1.3

Updating to Bun 1.3.1 had an interesting situation. Now the hmr error only occurs on the console, previously the error would also popup on the browser.