”
], { 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);
});
});
})();
Charlotte recently addressed the real-life heat between the two, noting that the animosity was bound to exist given that she and Becky Lynch are two of the top WWE stars:
“Do I think it helps? I think, with Becky and I, we both wanted to be on top. It’s like with Sasha and I, we both wanted to be on top. Any time you get two alphas in the room and they want to be the best, there’s gonna be tension, and I think that’s how it should be. If you’re not in the game to be the best then what are you doing.
The Queen continued:
“The thing with Becky and I, as she got better I got better, as I got better she got better. You want that. You want competition. Competition breeds competition, it’s how you get better.”
Charlotte Flair has unfinished business with WWE Superstar Becky Lynch
Charlotte Flair and Becky Lynch have not stood across the ring from each other since their infamous match at Survivor Series 2021. While both women have admitted to real-life heat existing between them, the 14-time WWE women’s champion believes that their paths will cross once again down the line:
“Becky and I aren’t done… Our paths are gonna cross. I think it was a [pivotal] moment in the business because we main evented WrestleMania 35 due to this epic story that was so heated. But I don’t think the story between Charlotte and Becky is over,” Flair said.
Charlotte and Becky have only interacted in multi-woman matches since the feud between them in 2021 went awry. They were even on the same team in the 2023 Women’s WarGames match. However, fans are still waiting for another one-on-one encounter between two of the greatest WWE female stars.
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/news-charlotte-flair-addresses-real-life-heat-with-major-wwe-superstar?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




