You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use external in the Remix App Template with a Button the typing is correct and external is a boolean.
When rendering in the browser it renders the link but target isn't present and the url property still is. <a data-polaris-unstyled="true" class="Polaris-Button Polaris-Button--primary" url="https://www.shopify.com/" href="https://www.shopify.com/"><span class="Polaris-Button__Content"><span class="Polaris-Button__Text">Hi!</span></span></a>
Expected behavior
Button should open URL in an external window and markup should render correctly
Actual behavior
Steps to reproduce the problem
Create a Button like so <Button variant="primary" url={myUrl} external>Hi!</Button>
Issue summary
When trying to use external in the Remix App Template with a
Button
the typing is correct andexternal
is a boolean.When rendering in the browser it renders the link but
target
isn't present and theurl
property still is.<a data-polaris-unstyled="true" class="Polaris-Button Polaris-Button--primary" url="https://www.shopify.com/" href="https://www.shopify.com/"><span class="Polaris-Button__Content"><span class="Polaris-Button__Text">Hi!</span></span></a>
Expected behavior
Button should open URL in an external window and markup should render correctly
Actual behavior
Steps to reproduce the problem
<Button variant="primary" url={myUrl} external>Hi!</Button>
Specifications
The text was updated successfully, but these errors were encountered: