gaearon / gaearon/react-hot-loader
mobx-react @inject decorators and @computed with error.
Open
- Dominant language
- JavaScript
- Stars
- 12.2k
- Forks
- 775
- PR merge metrics
- No merged PRs in 30d
Description
### Description
When use mobx-react @inject decorators and @computed, will fail with Uncaught TypeError.
`this` in the computed prop:
Before HMR:

After HMR:

Removing @computed prop or not using @inject will be fine.
### Environment
React Hot Loader version:4.3.5
node: 8.11.3
npm: 5.6.0
Contributor guide
Assessment
This issue has not been assessed yet.