Constellation UI Custom Component not rendering correctly in App Studio view
I'm trying to show a button using a custom react component on a view on Pega 8.8 Using the SDK, if I open http://localhost:3502/portal or http://localhost:3502/embedded the button is being rendered on both portal application mode and embedded mode.
However, if I try to add the custom component to a View on App Studio it shows as a Text Input field.
I have tried using the subtype Text (button label A) and Text-URL (button label B) as shown here: Editing the field (pega.com) But the tutorial never shows the final result so I'm not sure if the button should show on the App Studio View or not.
Is this the expected behavior or should App Studio render the component as seen on the screenshots?