minor RO fixes.

This commit is contained in:
Patrick Fic
2024-03-27 09:54:40 -07:00
parent 3eaa23beac
commit b1dfd23fd4
3 changed files with 16 additions and 3 deletions

View File

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