HOME


Mini Shell 1.0
DIR: /proc/self/root/home/dhnidqcz/jamesakinola.com/wp-content/plugins/extendify/src/Shared/lib/
Upload File :
Current File : //proc/self/root/home/dhnidqcz/jamesakinola.com/wp-content/plugins/extendify/src/Shared/lib/dom.js
import { render as renderDeprecated, createRoot } from '@wordpress/element';

export const render = (component, node) => {
	if (typeof createRoot !== 'function') {
		renderDeprecated(component, node);
		return;
	}
	createRoot(node).render(component);
};