Open bilalswiftsolutions opened 1 year ago
i also getting same error
Maybe this is related? They deprecated the option "legacy": true and changed it to "version": "legacy"
https://babeljs.io/docs/babel-plugin-proposal-decorators#legacy
I tried integrating the library in a rn library but have been facing same issue. Is there any way to resolve this? @radex
I am trying to use
@field
in my react.js application. This application is bought theme from Themeforest. The error i am facing is thisThe file where i am using is this
Staff.js
The solution which i see on internet is to add these lines in
.babelrc
. But in my case these seems like configuration is done inpackage.json
file because i have no.babelrc
fileThis is my whole
package.json
filePlease guide me where I am doing anything wrong