91³Ô¹ÏÍø

Watch CBS News

Minnesota Wild staff and players stunned after death of team reporter

Flowers and stuffed animals have been dropped off outside the family home in White Bear Lake to honor Minnesota Wild reporter Jessi Pierce and her three children, who lost their lives in a fire Saturday.

Firefighters and police were at the home Monday afternoon, as the Minnesota State Fire Marshal's office continues its investigation.

The White Bear Lake Fire Department said Monday that "preliminary findings have not led to any evidence that the fire was set intentionally" and the cause of the blaze has yet to be determined.

"Our priorities are, first and foremost, being present for those directly affected by this tragedy, conducting a thorough investigation, and ensuring our first responders involved in this incident heal alongside the community," the fire department said in a news release.

At Wild skate around Monday, team staff and players were still in disbelief.

"Words just can't express how devastated we all are," said Wild General Manager Bill Guerin.

Pierce was a ray of sunshine, Guerin said, and was always a pleasure to be around.

"It's just something unimaginable that we're all very, very shook here," Wild defenseman Jared Spurgeon said.

"It's devastating," said Wild forward Mats Zuccarello. "We saw her Friday morning and then you get that message, and Saturday, it's three kids, I've got three kids myself."

An online fundraiser has been launched to help support Pierce's husband, Mike Hinrichs, who was away from home when the absolutely unimaginable happened.

"The children, each with their own unique personalities, shared Jessi's zest for life and love for adventure," the fundraising page reads. "They leave behind Mike, husband to Jessi and loving father of their children, who is now experiencing an unimaginably difficult time."

"I still remember when she would bring the kids into the dressing room and doing interviews holding them," said Spurgeon.

Wild Head Coach John Hynes said Pierce's presence will be sorely missed.

"Hopefully we can all carry on her legacy with, I think, the smile and the passion for the game and the way that she treated people," said Hynes.

During the Wild's Tuesday night away game in Tampa Bay, the Lightning with a spot in the press box adorned with flowers.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });