question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Something goes wired in v0.7.1

See original GitHub issue
import { 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:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
HerringtonDarkholmecommented, Feb 28, 2017

Please use allowSyntheticDefaultImports.

It is recommended by new import style.

0reactions
whitetrefoilcommented, Feb 28, 2017

Yeah~ I just found that document~ Thx~

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found