Lazy loading & improved bundling.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user