-
When trying to compile React 15.3.1 with the latest Closure Compiler, the following output is produced:
```
react.js:13694: WARNING - Misplaced @abstract annotation. only functions or non-static meth…
-
### Issue description or question
Wallaby extension on VS Code is burning some serious CPUs and failing tests that are passing when I run Jest. All of the errors are either `xyz is not a function` …
-
To allow importing of ES6 modules with an ES5 module in the package.json's "main" field.
As [proposed by rollup](https://github.com/rollup/rollup#can-i-distribute-my-package-as-an-es6-module).
-
### What problem does this feature solve?
在当前版本的antd中,某些重型组件由于提供了丰富的功能,其本身与其它组件的依赖也导致组件体积比较大,我们使用webpack对单个组件进行打包,具体步骤如下:
1. 编写`index.js`,内容如下:
```js
// 使用需要测试的组件替代Select
import…
-
I ran in an issue where following error is thrown:
```
Error: 'Provider' is not exported by node_modules/preact-redux/dist/preact-redux.js
at error (/Users/dominik/code/material-explorer/node…
sydev updated
7 years ago
-
when i test page in IE8,it got a blank page. i location the error in source code like below:
(redux-saga\src\internal\channel.js)
return { take: take, put: put, flush: flush, close: close,
get …
-
_updated with the latest versions (29.06.2017)_
Webpack - 3.0.0
Babel-preset-env - 1.5.2
Node - 8.1.2
OS X - 10.12.5
**Current**
Tree shaking is not removing imports, not used in the app.
…
-
I've problems running the following example:
```js
import { put, take } from 'redux-saga/effects';
import { expectSaga } from 'redux-saga-test-plan';
function* mainSaga(x, y) {
yield take('HE…
akkie updated
7 years ago
-
When running in the browser, `process` is undefined. A workaround is to define `window.process = { env: { NODE_ENV: 'mycurrentenvironment' }}`. It is conceivable that a common use case for typsecript-…
-
Hi everyone!
To continue the conversation begun in a chat, I want to suppose my vision of Mixin implementation to Svelte.
Theory about mixins
Wikipedia
Medium article
Vue mixins
…