GithubHelp home page GithubHelp logo

Comments (7)

HeadsongStudio avatar HeadsongStudio commented on June 14, 2024 1

I get the same issue using Nextjs. There are several spots in react-pricing-table/lib/react-pricing-table.js that access the window object without null checking first.

from react-pricing-table.

omjokine avatar omjokine commented on June 14, 2024 1

I had this same problem and turns out that main reason for this is "style-loader" library that is in use. I replaced that with "iso-morphic-style-loader" and that fixes the problem.

#6

from react-pricing-table.

heshamelmasry77 avatar heshamelmasry77 commented on June 14, 2024

i have the same problem :(

from react-pricing-table.

heshamelmasry77 avatar heshamelmasry77 commented on June 14, 2024

i found a fix :

if(typeof window !== "undefined"){
    window.scrollTo (0, 0);
  }

i don't understand it but it works

from react-pricing-table.

heshamelmasry77 avatar heshamelmasry77 commented on June 14, 2024

@HeadsongStudio try to use my solution it works well on my side

from react-pricing-table.

gergely-nagy avatar gergely-nagy commented on June 14, 2024

I'm trying to fix this week but I appreciate any help I can get as I recently started a new project and don't have much time any more.

from react-pricing-table.

Coriou avatar Coriou commented on June 14, 2024

This was effectively fixed by @omjokine and published to NPM in 0.0.3, think we can close this issue. Thanks for the work !

from react-pricing-table.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.