Coder Social home page Coder Social logo

Comments (2)

simpletut avatar simpletut commented on June 11, 2024 1

Thank you for bringing this to my attention.

It was a GraphQL dependency issue. Please get latest.

from universal-react-apollo-registration.

marksmithjobapps avatar marksmithjobapps commented on June 11, 2024

To add to the above, I downloaded the previous version and ran the install and build process using Yarn - these completed as needed and the Jest test also passed however when I run the app, none of the buttons work in terms of being able to submit any data, for example at the user sign up screen - on opening chrome dev tools - I see the following error in the console:

instanceOf.mjs:34 Uncaught ReferenceError: require is not defined
at eval (instanceOf.mjs:34)
at Module../node_modules/graphql/jsutils/instanceOf.mjs (client_bundle.js:6589)
at webpack_require (client_bundle.js:20)
at eval (definition.mjs:46)
at Module../node_modules/graphql/type/definition.mjs (client_bundle.js:6913)
at webpack_require (client_bundle.js:20)
at eval (validate.mjs:4)
at Module../node_modules/graphql/type/validate.mjs (client_bundle.js:6985)
at webpack_require (client_bundle.js:20)
at eval (graphql.mjs:4)

and if I click on the instanceOf.mjs:34, link I see the below in the instanceOf.mjs file...

/**

  • A replacement for instanceof which includes an error warning when multi-realm
  • constructors are detected.
    /
    /
    WEBPACK VAR INJECTION */}.call(this, require("./../../process/browser.js"))) # <--- uncaught reference error require is not defined

Is this likely to be a problem on my local machine?

from universal-react-apollo-registration.

Related Issues (11)

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.