Zac Svoboda

Results 8 comments of Zac Svoboda

[From the typescript documentation:](http://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html) > Publishing > > Now that you have authored a declaration file following the steps of this guide, it is time to publish it to npm....

This issue is happening because ngx-mask _itself_ implements a control value accessor. https://github.com/JsDaddy/ngx-mask/blob/fb6f176ce841bb78b3ec5ca4e3a3d52bce7404ac/projects/ngx-mask-lib/src/lib/mask.directive.ts#L34 Using multiple control value accessors is not supported as they are the single source of truth: https://github.com/angular/angular/issues/16755#issuecomment-321614839

@CrossEye @saurabh-ku There's good sense in what you're saying. Would that mean `undefined` is a good value for `tail` to return? While `[]` as a default is problematic for the...

https://github.com/Code-dot-mil/code.mil/blob/e3060542de6125c6ba5a0f1c61c882b307330948/src/_data/footer.yml#L59 Agreed

@12vanblart Thanks for the reply! I may have over-complicated this but I was focused on this part "importing the component and requiring it " thinking it meant `require` and `import`...

This comment may aid diagnosis: https://github.com/gridsome/gridsome/issues/799#issuecomment-551059235

Getting that same result today as well, this ticket needs some updates @RicardoAReyes

> #35148 Read through the above and it seems to boil down to multiple build targets with different file extensions throws a wrench in things when supporting using the file...