v2.0.17 Reports Errors for Multiple Event Bindings #4369
Labels
bug
Something isn't working
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
Description
The following template (an excerpt) will be fine when
vue-tsc
is run using version 2.0.16, however will throw errors on 2.0.17.Error:
More Info
Our codebase is Nuxt, and we run typecheck via
nuxi typecheck
which runsvue-tsc
vianpx
. Meaning this failure popped on our GitHub Actions where thenpx
cache missesvue-tsc
and installsv2.0.17
, however our local environments havev2.0.16
cached and do not report the error.The text was updated successfully, but these errors were encountered: