Stephen Horne
Results
2
issues of
Stephen Horne
@attr properties with a default value (specified using a getter method) incorrectly have their setter method called with an empty string after setting the property in the connectedCallback This incorrect...
This is maybe related to #117, but not 100% sure on that. With a component defined like this: ```typescript import { controller, attr } from '@github/catalyst' @controller class TestComponentElement extends...