-
Hi 😃 !!!
I have a very big problems with the plugin SuperTabs.
I have a searchBar and when I swipe to an another page my search is dead.
To explain my problems correctly look the picture.
Excu…
-
Let's say I have an action called `clear` that should reset reducers to their `initialState` (e.g. after user logs out). Before `autodux` I would do it like this (Example is in TypeScipt, which our te…
-
Actually, there is an important enhancement at #62, internal support for type definitions is the topmost benefit over Ramda.
I think there can be good contributions from other guys. So having an op…
-
**Observation:**
When I create a class (in Studio) and then view that in vsCode I see the code correctly.
With an open folder that is not read only, I export the clsee.
I see the class package dire…
-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design-mobile/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
im…
-
### Issue description or question
When importing a typescript file without the .ts sufix it doesnt import the file classes.
### Sample code
```javascript
// With .ts suffix in the import (workig…
-
I saw typescript declare file in types/index.d.ts
But when i install. That's all i fetched:
![image](https://user-images.githubusercontent.com/9783862/44846475-a17b4c80-ac7a-11e8-84b0-b503d18f08cf.p…
-
I just started using this library and TS compiler yells at me about these two props. If I don't have them the table renders fine. But they are marked as required. Is this just mistake in TypeScipt typ…
-
If I try to compile something along the lines of:
``` js
domready(() => {
var a = 1;
var b = 1;
runIt();
function runIt() {
console.log(a + b);
}
});
```
There is no issue. However, w…
-
Consider the following code snippet:
``` ts
import { Component, Vue } from "vue-property-decorator";
import { db } from "../../modules/firebase-client/";
import { DocumentReference } from "fireb…