Yngve Høiseth
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Yngve Høiseth commented, -
-
Yngve Høiseth created a post, AnsweredPyCharm suggests/autoimports from wrong Reactstrap directory
For example, to make `Col` work, it needs to be imported as `import { Col } from "reactstrap";` But PyCharm keeps suggesting `import Col from "reactstrap/src/Col";`, which results in the React app ...