Thursday, June 26, 2025
32.4 C
Singapore

Two children sent to hospital after fire allegedly caused by aircon erupts in Bukit Merah flat

SINGAPORE: Two children were sent to the hospital after a fire broke out in a unit at Block 110 Jalan Bukit Merah, on Thursday (27 Apr).

The Singapore Civil Defense Force (SCDF) reported that it received a report at around 3.40pm that there was a fire at an eighth floor unit and that it used fire extinguishers were used to put out the blaze.

The fire allegedly involved the air conditioner in one of the bedrooms in the unit. Two children were rushed to KK Women’s and Children’s Hospital for treatment and are presently in stable condition.

A video circulating on the Internet showed that the ceiling of the corridor outside the affected unit was blackened. Several fire trucks and many people can be seen gathered under the HDB flat.

@muskecik188

♬ Дикая львица – ALEX&RUS

The cause of the fire is still under investigation, according to the SCDF.

Fires in HDB flats are not uncommon and can be caused by various factors. In light of this incident, SCDF has urged all HDB residents to take precautions against fires by ensuring that electrical appliances are switched off when not in use and not overloading electrical sockets.

Residents are also reminded to keep corridors and staircases free from clutter, as this can impede evacuation in the event of a fire.

See also  S'poreans skeptical that Johor govt proposes 3rd link, a bridge to Pulau Ubin

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });