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
{{ message }}
This repository was archived by the owner on Sep 29, 2020. It is now read-only.
I was trying to use autobind decorator. It's Babel 6 without .babelrc file. So I am unable to use decorator legacy plugin. Anyway this code below works with a warning.
import { applyDecorators } from "core-decorators"
Why? Warning is: Cannot resolve symbol 'applyDecorators' Validate ES6 imports
I am using: "core-decorators": "0.20.0".