You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful if I could specify which page I want to render something to.
A good example for why this might be needed is if I wanted to render a "Page 1 of 5" footer, but I don't know until I am done how many pages I actually end up having.
With a setPage() method, I can simply iterate back through my pages and insert things after I have already moved onto new pages.