Fix phpunit

This commit is contained in:
Emili Castells Guasch 2024-10-18 17:36:54 +02:00
parent 9c5d978707
commit 5e803643cb
3 changed files with 2 additions and 168 deletions

View file

@ -1,18 +1,7 @@
import React from 'react';
import * as ReactDOM from 'react-dom/client';
import { App } from './App';
ReactDOM.createRoot(
document.getElementById( 'ppcp-settings-container' )
).render( <App /> );
/*
import React from 'react';
import { createRoot } from 'react-dom/client';
import { App } from './App';
createRoot( document.getElementById( 'ppcp-settings-container' ) ).render(
<App />
);
*/