gaearon / gaearon/react-side-effect
Doesn't work with ES6 classes.
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
https://unpkg.com/browse/react-side-effect@2.1.0/lib/index.es.js
line 68:
```js
return _PureComponent.apply(this, arguments) || this;
```
If `_PureComponent` is ES6 class then we have `TypeError: Class constructor PureComponent_PureComponent cannot be invoked without 'new'`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.