ionic-team / stencil-ds-output-targets

These are output targets that can be added to Stencil for React and Angular.
https://stenciljs.com
MIT License
244 stars 108 forks source link

fix(angular): proxyInputs does not error when called multiple times #398

Closed liamdebeasi closed 8 months ago

liamdebeasi commented 8 months ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Issue URL: resolves #397

What is the new behavior?

Does this introduce a breaking change?

Other information

Dev build: 0.0.1-dev.11698340434.1c94d384

Ionic dev build available here: https://github.com/ionic-team/ionic-framework/issues/28418#issuecomment-1781540392 I used this to manually verify that fix worked in Framework's reproduction case.

This PR uses the output target dev build, so we can leverage Ionic's e2e angular suite to help de-risk this fix: https://github.com/ionic-team/ionic-framework/pull/28423