Phamsickles
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created How to stop auto import for specific package
whenever I type the symbol data in my front end project the IDE will auto import import { data } from 'msw';This is unintended and always causes my browser to complain. Whenever I remove it, it wil... -
Edited Optimize Imports issues
I'm having an issue where the optimizing imports functionality is causing errors in my code which has forced me to disable it manually.For example a react function with this importimport CircularPr... -
Created Test runner and react-app-rewired
Team recently switched to react-app-rewired from create-react-app and as a result I'm not able to run tests via IntelliJ like I used to. I'm unsure how to remedy this after searching and the errors... -
Created Test runner and react-app-rewired
AnsweredTeam recently switched to react-app-rewired from create-react-app and as a result I'm not able to run tests via IntelliJ like I used to. I'm unsure how to remedy this after searching and the errors...