Hello!
I have a pretty simple case in which i want to manually trigger frame content refresh. Frame is not loaded lazily, it just wraps part of the page. It’s id is id="shipment_label_15"
.
To reload just contents of this frame, I’m calling Turbo.visit(document.location, { frame: 'shipment_label_15' })
however, instead of frame content being reloaded, entire page gets reloaded. Am i doing something wrong in here or am I misunterstanding some concepts around reloading frames?
Thanks in advance for any clues.