Adam Alston

Results 13 comments of Adam Alston
trafficstars

@acomito I did not. No one answered so I just closed the issue. I put the open graph tags in [`public/index.html`](https://github.com/adamalston/v2/blob/master/public/index.html) as a workaround although I would prefer to have...

@edolix I did not. Still using the workaround above: > I put the open graph tags in [`public/index.html`](https://github.com/adamalston/v2/blob/master/public/index.html) as a workaround although I would prefer to have them in my...

@kddnewton, do you know when the version of the package will be bumped? Presumably, that needs to happen for the changes addressing this issue to land in the npm registry.

I am still encountering this issue. My workaround is to make Cypress wait for a millisecond before proceeding with the test. ```tsx cy.tick(n); cy.wait(1); cy.get('...').should('...'); ```

Here is a screenshot from an existing UI of a field that is read only - all of the options are disabled and some of them are selected by default:...

I think I'm encountering the same issue as the issue author except I can define an `href`. I just can't add `target` or `rel` attributes without getting errors since they...

Is this issue a duplicate of https://github.com/carbon-design-system/carbon/issues/10345?

No one answered the question in the `TODO` so I'll just delete it.