You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 3.0.0.-beta.6 this is undefined for an async arrow function class property.
Without the react-hot-loader/babel plugin they are transpiled correctly.
Description
Using 3.0.0.-beta.6
this
is undefined for an async arrow function class property.Without the
react-hot-loader/babel
plugin they are transpiled correctly.Expected behavior
The async arrow function should be autobound.
Actual behavior
this
is undefined.Environment
React Hot Loader version: 3.0.0-beta.6
Node: 6.4.0
npm: 3.10.3
babel: 6.21.0
Reproducible Demo
minimal repro
npm run fail
transpiles index.js with the react-hotloader/babel plugin andnpm run success
without.The text was updated successfully, but these errors were encountered: