This commit is contained in:
Ahmed Bouhuolia
2025-11-24 18:58:50 +02:00
parent fe4bd88f9f
commit ff04c4b762
5 changed files with 1485 additions and 320 deletions

View File

@@ -1,4 +1,5 @@
// @ts-nocheck
import 'regenerator-runtime/runtime';
import './wdyr';
import React from 'react';
import ReactDOM from 'react-dom';

View File

@@ -1,3 +1,4 @@
if (process.env.NODE_ENV === 'development') {
import('@welldone-software/why-did-you-render').then(({ default: whyDidYouRender }) => {
if (whyDidYouRender) {