Something goes wired in v0.7.1
See original GitHub issueimport { Component, Vue } from 'av-ts'
@Component()
class Test extends Vue {
}
Above code works w/ v0.7.0. But w/ v0.7.1 it raise error:
Error:(3, 2) TS2345:Argument of type ‘typeof Test’ is not assignable to parameter of type ‘VClass<any>’. Property ‘extend’ is missing in type ‘typeof Test’.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
VORON V0 BUILD - part 7.1 - Toolhead Mosquito and more
In this stream, I'm going to continue with the build of Voron V0.1. This CoreXY 3D Printer is very popular these days and...
Read more >Patch Notes: Early Access - v0.7.1.1 – Build 211839 - Reddit
I'm having an issue with conveyer lifts in blueprints not being connected and aligned correctly when placing the blueprint. Is this known or...
Read more >Phoenix.LiveView — phoenix_live_view v0.7.1 - HexDocs
This binary-based format is quite efficient on the server and uses less data over the wire;. (Coming soon) LiveView includes a latency simulator,...
Read more >Example 1 — imexam v0.7.1
Assuming we've already connected to the DS9 window where the data is displayed: First we turn on logging so that everything gets saved...
Read more >Drink 'Em General Discussions - Steam Community
Drink Inc allows for 8 controllers to be connected, for max local party play. The issue is that each PC is different and...
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
Please use
allowSyntheticDefaultImports
.It is recommended by new import style.
Yeah~ I just found that document~ Thx~