Giter Site home page Giter Site logo

TypeError: Cannot assign to read only property '__esModule' of object '#<Object>' about next-shopify-storefront HOT 4 CLOSED

zomars avatar zomars commented on May 23, 2024
TypeError: Cannot assign to read only property '__esModule' of object '#'

from next-shopify-storefront.

Comments (4)

maithanhnhan avatar maithanhnhan commented on May 23, 2024

This sounds a lot like #4843. Try upgrading apollo-boost to 0.4.4 and see if that fixes it

from next-shopify-storefront.

zomars avatar zomars commented on May 23, 2024

Thanks for the advice @maithanhnhan 🙏 . I've ran yarn upgrade-interactive --latest and upgraded all dependencies to their latest version. Also made some required upgrades, since latest next js version has TypeScript support. All good so far, but now I'm getting syntax errors:


[ error ] ./pages/_app.tsx
SyntaxError: /Users/zomars/Sites/next-shopify-storefront/pages/_app.tsx: Unexpected token (8:9)

   6 |
   7 | class MyApp extends App {
>  8 |   public static async getInitialProps({ Component, ctx }) {
     |          ^
   9 |     const { req, res, store } = ctx;
  10 |     const pageProps = Component.getInitialProps ? await Component.getInitialProps(ctx) : {};
  11 |

from next-shopify-storefront.

zomars avatar zomars commented on May 23, 2024

Nevermind. I've reverted all my changes and just upgraded apollo-boost and it's working now. I'll make a PR with this change. Thanks!

from next-shopify-storefront.

VienDinhCom avatar VienDinhCom commented on May 23, 2024

Thank you @zomars! I have just merged your PR.

from next-shopify-storefront.

Related Issues (16)

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.