I have an AJAX based site, essentially the majority of the content is swapped out each AJAX call. One of those bits of content being swapped out is the Twitter timeline.
Prior to a few nights ago I could load all the AJAX data into the frame and call twttr.widgets.load(); and the timeline would render again. Now whenever I try to render the timeline after an AJAX call I get an error from line 31 of the widget.js - the console output looks like this “TypeError: this.sandbox is undefined” Could this possibly be related to the issue that popped up a few nights ago (https://dev.twitter.com/discussions/12429)? The code on my site hasn’t changed very much and I’ve done as much debugging without diving into the widget.js as possible.