Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated dependency #103

Open
Codename-404 opened this issue Jun 24, 2023 · 4 comments
Open

Outdated dependency #103

Codename-404 opened this issue Jun 24, 2023 · 4 comments

Comments

@Codename-404
Copy link

Do you have plan to update the dependencies of this project? Such as it conflicts with the latest version of react, postcss etc.

@Dave-Rushabh
Copy link

Yes facing the same issue, is there any tweak to use it with v18.2 of react ?

@hoaiduyit
Copy link
Owner

Hi @Codename-404 @Dave-Rushabh , I'll try to upgrade version to compatible with latest react version.

@cjauvin
Copy link

cjauvin commented Aug 11, 2023

We are also using this library, thanks for your great work! We are also being prevented from upgrading to React 18.2 because of it, so we would greatly appreciate an official update.

@jean-kiepura
Copy link

jean-kiepura commented Aug 16, 2023

as suggested by @notnotzero in the following thread (#94 (comment)), we fixed our problem by overriding react-pannellum's dependencies in our own package.json. We didn't have any conflict with postcss so we just overrided react and react-dom.

 "overrides": {
    "react-pannellum": {
      "react": "$react",
      "react-dom": "$react-dom"
    }
  },
  "dependencies": {
    (.....)
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-pannellum": "^0.2.6",
    (.....)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants