We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd81b6 commit 603281eCopy full SHA for 603281e
app/index.tsx
@@ -8,6 +8,8 @@ import { Provider } from 'react-redux';
8
import { App } from './components/app';
9
import { counterApp } from './reducers';
10
11
+declare const require: (name: String) => any;
12
+
13
interface IHotModule {
14
hot?: { accept: (path: string, callback: () => void) => void };
15
};
tsd.json
@@ -16,9 +16,6 @@
16
},
17
"react/react.d.ts": {
18
"commit": "ba424f7ee39717d51c17699a09ac8df312a7e9a1"
19
- },
20
- "node/node.d.ts": {
21
- "commit": "ba424f7ee39717d51c17699a09ac8df312a7e9a1"
22
}
23
24
0 commit comments