Ilya Shevchenko

Results 3 comments of Ilya Shevchenko

Hi! I think this issue could be more prioritized, the React 17.x will be not compatible with old Styled Components. Here is warning from React 16.12: ``` react-dom.development.js:12357 Warning: componentWillMount...

I think this could help: ``` mongo: image: mongo container_name: mongo restart: always environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: example ports: - 27017:27017 mongo-express: image: mongo-express restart: always ports: - 8081:8081 environment:...