}) }) }) children: List({ style: { padding: 0 }, children: [ ListItem({ size: 'tiny', children: `Id: ${user.id}`, }), ListItem({ size: 'tiny', children: `Email: ${user.primaryEmail}`, }), ], }), hasBackground: true, }), ], }), }); } else { render({ placement: placement.ABOVE, target: targets.PAGE, toRender: null, }); } }, { shouldRenderOnNavigation: true }, );