Open akshansh-modi opened 4 months ago
Hi, I would like to work on this issue. Could you please assign it to me?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Checking in... it has been awhile since we've heard from you on this issue. Are you still working on it? Please let us know and please don't hesitate to contact a MeshMate or any other community member for assistance.
Be sure to join the community, if you haven't yet and please leave a :star: star on the project :smile:
Current Behavior
babel-preset-react-app imports @babel/plugin-proposal-private-property-in-object without declaring it.
Solution
Install @babel/plugin-transform-private-property-in-object as a development dependency by running:
npm install --save-dev @babel/plugin-transform-private-property-in-object
Screenshots/Logs
Contributor Guides and Resources