Lazy loading & improved bundling.

This commit is contained in:
Patrick Fic
2024-02-27 13:07:57 -08:00
parent d9020de77b
commit 63945e0ce2
5 changed files with 251 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ export default function InstanceRenderManager({ executeFunction, rome, promanage
propToReturn = imex;
break;
case 'ROME':
propToReturn = rome;
propToReturn = rome; //TODO:AIO Implement USE_IMEX
break;
case 'PROMANAGER':
//Return the rome prop if USE_ROME.