F7 V3 stacked pages intializing pageReinit when 4 screens deep

I set my view to stacked so that way it stays in the DOM. I was hoping doing this would mean that pageReinit wouldn’t be fired until I hit the back button to that screen. Here is my scenario:

page1 > page2 > page3 > page4

I have pageReinit set for page2, then I navigate to page4. When I hit the back button on page4 it triggers pageReinit for page 2. Is there a way to stop this? I figured stacking them would mean it wouldn’t trigger this?

Everything is correct, check the DOM, it holds previous page for swipe back to work. Otherwise rely on other page event