yifaneye / react-gallery-carousel

Carousel component 🎠🎠🎠 supporting touch, mouse, keyboard, thumbnails, fullscreen, lazy loading, SSR and customisations. 👉 Live editor: https://yifanai.com/rgcd1
https://yifanai.com/rgc
MIT License
215 stars 30 forks source link

Npm install doesnt work currently #71

Closed damdafayton closed 2 years ago

damdafayton commented 2 years ago

Describe the bug There is upstream conflict with react

To Reproduce $npm install

Solution Update package.json as such;

  "devDependencies": {
    "babel-eslint": "^10.0.3",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-standard": "^4.0.1",
    "gh-pages": "^2.2.0",
    "microbundle-crl": "^0.13.10",
    "node-sass": "^5.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.4",
    "prop-types": "^15.7.2",
    "react": "^16.13.1 || ^17.0.2",
    "react-dom": "^16.13.1 || ^17.0.2",
    "react-scripts": "^3.4.1",
    "react-test-renderer": "^17.0.1 || ^17.0.2"
  },
yifaneye commented 2 years ago

Hi @damdafayton ! Thank you for raising this issue up.

I can't reproduce your bug. Can you give more information?

yifaneye commented 2 years ago

Hi @damdafayton !

Could you please add a bug report using the template? I am happy to assist you.

yifaneye commented 2 years ago

Hi @damdafayton !

In v0.3.0, I downgraded react-test-renderer so that it has the same version as react and react-dom.