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.

There is a problem with the argument of $content in v1.3.0 TypeScript

See original GitHub issue

In Typescript, the argument of $content is ...args: String[]. Please allow String as well, since it is handled by Array.from(arguments).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
benjamincanaccommented, Jun 4, 2020

@juliomrqz Should be fixed in v1.3.1, let me know if it’s still wrong!

0reactions
naoki0719commented, Jun 4, 2020

@benjamincanac We have confirmed that it works without any problems. thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] [typescript-angular] DELETE method - TS2554 ... - GitHub
Description It generates a wrong way to call the HttpClient.delete method openapi-generator version 5.3.1-SNAPSHOT OpenAPI declaration file ...
Read more >
TypeScript: JavaScript With Syntax For Types.
TypeScript is JavaScript with syntax for types. TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at ......
Read more >
Declare const with typescript argument - Stack Overflow
It doesn't compile because it's not valid TypeScript, not because v is constant. I think what OP is asking is if there is...
Read more >
JavaScript developer reference for Azure Functions
The first argument passed to every function is a context object, which is used for receiving and sending binding data, logging, and ...
Read more >
Working with the AWS CDK in TypeScript
In TypeScript, the shape of props is defined using an interface that tells you the required and optional arguments and their types. Such...
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