Twitter-Post-Fetcher
Twitter-Post-Fetcher copied to clipboard
Added window undefined check
The fetcher was failing our build process, the error that was returning was ReferenceError: window is not defined
.
I've added a window check around the JavaScript to prevent this issue from occurring.