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

React Parallex Scroll is Not Rendering in the Latest Next Version, #55794

Open
1 task done
ghost opened this issue Sep 22, 2023 · 2 comments
Open
1 task done

React Parallex Scroll is Not Rendering in the Latest Next Version, #55794

ghost opened this issue Sep 22, 2023 · 2 comments
Labels
bug Issue was opened via the bug report template.

Comments

@ghost
Copy link

ghost commented Sep 22, 2023

Link to the code that reproduces this issue

jscottsmith/react-scroll-parallax#221

To Reproduce

I have added the link of the issue description above you can check that out for replication of the issue, or you can just follow the documentation of React Parallax Scroll , It wont work.

Current vs. Expected behavior

As per the Comment on the Issue i raised at React Parallex Scroll Github Repo, Other Devs seems to have same issue with the latest version of Next.

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

{
  "name": "scrollanime",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "autoprefixer": "10.4.16",
    "eslint": "8.49.0",
    "eslint-config-next": "13.5.2",
    "next": "13.5.2",
    "postcss": "8.4.30",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-scroll-parallax": "^3.4.2",
    "tailwindcss": "3.3.3"
  }
}

Which area(s) are affected? (Select all that apply)

Not sure

Additional context

No response

@ghost ghost added the bug Issue was opened via the bug report template. label Sep 22, 2023
@JonnyDeates
Copy link

I hope someone is looking into this, I am assuming it has something to do with the import optimizations, so the fix seems really fuzzy.

@nicolemachado
Copy link

Hey! Does anyone know if it is already working? I'm thinking about using it in a project...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue was opened via the bug report template.
Projects
None yet
Development

No branches or pull requests

2 participants