0.37.6 breaks event payload type detection (npm monorepo)
See original GitHub issueSome oddities
- cannot find volar running in the
output
list, but it’s definitely running - volar is not able to retrieve the type of the event payload of the vue file
- when ⌘+Click on the Vue component, it goes to the
shims
file instead of to the component - on
0.37.3
everything works as expected

Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
detect-browser - npm
This is a package that attempts to detect a browser vendor and version (in a semver compatible format) using a navigator useragent in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@johnsoncodehk here’s a minimal reproduction. (in takeovermode)
and on
v0.37.3
, works as expected:zip without
node_modules
: https://www.dropbox.com/s/qyhin4xwr2cgnok/volar-issue-0.37.6.zip?dl=0npm i
(make sure you have npm v8+)@builtin typescript
packages/app/src/App.vue
see the event payload is not typed@johnsoncodehk we have takeovermode enabled.
@builtin typescript
is disabled:working on creating a minimal reproduction now