const rootProductCategoriesElement = document.getElementById("root_product_categories"); const rootProductCategories = ReactDOM.createRoot(rootProductCategoriesElement); //alert(_token_encode); const ProductCategoriesComponent=()=>{ return( ) } rootProductCategories.render(, rootProductCategoriesElement);