wu-framework 1.1.9 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4277,7 +4277,7 @@ class WuPerformance {
4277
4277
  const startTime = this.marks.get(markName);
4278
4278
 
4279
4279
  if (!startTime) {
4280
- console.warn(`[WuPerformance] ⚠️ No start mark found for: ${markName}`);
4280
+ // Puede ocurrir en React StrictMode (doble mount) — no es un error
4281
4281
  return 0;
4282
4282
  }
4283
4283