-
**Description**
What you are reporting: bug
**Expected behavior**
run successfully
**Actual behavior**
got error
**Environment**
React Hot Loader v3
Run these commands in the project f…
-
There is an issue with styled-components and typescript where typing props inside intropolations is hard because of an issue where you can't pass generic information to tagged template functions:
h…
-
Hello all,
About two years ago, we decided to switch to TypeScript from Saltarelle compiler, and it turned out to be a wise decision, and i never looked back.
As i don't want and like anybody (i…
-
The demo site was based off the site @andrew-frueh example of a [style guide](https://spark.healthcatalyst.com/community/ux/pages/components) on spark. The current version loosely resembles that examp…
-
Hi!
When the webpage first loads, I want the table to be filtered by default. I try to do this by simply writing
`this.myTable.gtApplyFilter({ RandomColumn: 1 });`
However, i keep getting this erro…
-
Forgive me for the noob question, I am using this langserver within neovim using the LSP provider. All works well, but when editing javascript files using node modules, there is no method completion. …
-
##### error message when run `tsc`
> error TS2450: Left-hand side of assignment expression cannot be a constant or a read-only property.
##### a.ts
``` typescript
export let value = 1;
```
##### b.t…
-
I want to be able to programmatically create a TS file and emit it.
@DanielRosenwasser [mentioned last week](https://github.com/Microsoft/TypeScript/issues/1514#issuecomment-69105512):
> It honestly…
-
### What problem does this feature solve?
As developer of Vue with Typescipt, I need to add new "styles' option in ComponentOptions.
This feature will allow developer to import styles as same as i…
-
```
/**
* Browsers.
*/
declare global {
const BigNumber: BigNumberConstructor;
type BigNumber = BigNumberInstance;
namespace BigNumber {
...
}
}
```
Why bignumber is this d…