Nghi Nguyen

Results 10 comments of Nghi Nguyen

> @nixjs did u solve this issue? i still have the above problem

> @nixjs did u solve this issue? I think update [package.json](https://github.com/react-boilerplate/redux-injectors/blob/master/package.json) in redux-injectors: ``` "peerDependencies": { "react": "^16.6.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" } ```...

When do you upgrade new version to support react v18?

> When do you upgrade new version to support react v18? I forked and supported react v18: https://www.npmjs.com/package/@nixjs23n6/redux-injectors

Please change version dependency of the react-redux: `"react-redux": ">=7.0.0"` stead of `"react-redux": "^7.1.0"`

Everyone can temporarily use my package before the owner of the redux injector updates the new version. https://github.com/nixjs/redux-injectors-react `yarn add @nixjs23n6/redux-injectors # (or yarn add redux-injectors)`

You can try: ```css img: { min-height: 100%; min-width: 100%; width: auto; height: auto; margin: 0; padding: 0; }