Mario Volke

Results 19 comments of Mario Volke

I stumbled upon the exact same issue. Super hard to debug. Didn't find a solution yet.

We have the same problem here. Especially with image loading it can be very tricky to get stable snapshot tests.

It seems like Firefox behaves now different when using saveScreenshot(). Firefox always takes a screenshot of the whole document which makes the whole stitching process useless. If you are testing...

Thanks for your feedback. I will look into it.

If I understand your screenshot correctly your browser viewport is overflowing the monitor viewport on the right side. In other words the browser has been made larger than the space...

Appreciate your feedback. Using screen would be an interesting take to solve this. I will look into it. However it could be tricky to calculate everything correctly in the positioning...

Hi, thank you for your interest in this library. We are aware that in principle this is solvable with React refs. However this would require all childs of the positioning...

The current approach of the positioning portal bases on the use of `ReactDOM.findDOMNode` which is not supported anymore in React 19. There are plans to move to a hooks based...