Kevin Gilbert
Results
1
issues of
Kevin Gilbert
I'm trying to use constructor injection with React. I'm using "**customize-cra**" and "**react-app-rewire**" to add babel plugins. - https://github.com/arackaf/customize-cra - https://github.com/timarney/react-app-rewired I added "**@babel/plugin-proposal-decorators**" in legacy mode and "**babel-plugin-parameter-decorator**". -...