”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
#4. Fans have been critical of The Vision’s chemistry
When The Vision started with Seth Rollins, Bron Breakker, and Paul Heyman, fans were excited to see what the faction would do. It seemed like a fresh direction that would lead to exciting storylines.
However, it didn’t turn out to be the case. While the group has some of the best talent in the company, they seemingly lack chemistry as a unit. Moreover, the faction has seen major changes lately, with Rollins’ removal, and Logan Paul and Austin Theory’s additions.
Fans have been critical of the faction’s chemistry and often label it as a ‘failed experiment.’ This shows that WWE has failed the heel stable.
#3. Austin Theory’s addition has destroyed his babyface momentum
Before being sidelined with an injury, Austin Theory had gathered massive support from fans, despite being a heel. The WWE Universe was ready to see the young star turn babyface upon his return and start a fresh run.
However, he remained a villain upon his comeback and joined The Vision. The company missed out on a potential babyface run for Theory that could have elevated him to the next level.
#2. Bronson Reed went nowhere after beating Roman Reigns
Defeating Roman Reigns on a premium live event would put anyone in the main event scene. However, it wasn’t the case with Bronson Reed. The Aus-zilla scored the biggest win of his career thus far when he pinned the OTC in an Australian Street Fight at Crown Jewel: Perth.
However, there was no follow-up to this, and Reed didn’t have a proper direction afterward. The powerhouse has been living in Breakker’s shadow in The Vision and hasn’t been given the same priority as The Dog of WWE.
#1. Bron Breakker’s recent setbacks
Bron Breakker has been the primary focus of The Vision since the group’s inception. He is being positioned as the future of the company, and it was supposed to be his time to shine after he turned on Seth Rollins.
However, the creative team held off Breakker’s title shot, and when he did challenge CM Punk for the World Heavyweight Championship, he failed. He was also eliminated from the Men’s Royal Rumble Match in ten seconds.
The Dog of WWE has lost a lot of steam lately, which is another reason why the company has failed the heel stable.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/4-reasons-wwe-completely-failed-the-vision?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here



