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
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.
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
The text was updated successfully, but these errors were encountered: