Giter Site home page Giter Site logo

Comments (5)

d4rekanguok avatar d4rekanguok commented on May 30, 2024 2

The fix published in the following packages:

So it was a weird graphql-toolkit versions mismatched. Migrating to the latest version fixed the issue (see #34).

Thank you so much @aswinckr and @eXaminator for reporting the issue & allowing me to fix this in a quick manner! Please re-open the issue if the problem persists, hope you have a good time using these plugins.

from gatsby-typescript.

eXaminator avatar eXaminator commented on May 30, 2024 1

I'm seeing the same error with the 'gatsby-plugin-ts'.

Here is my config (I also tryed it with just the string, same error):

{
    resolve: 'gatsby-plugin-ts',
    options: {
        forkTsCheckerPlugin: {
            eslint: true,
        },
        fileName: './src/types/graphql.d.ts',
        typeCheck: process.env.NODE_ENV !== 'production',
    },
},

from gatsby-typescript.

d4rekanguok avatar d4rekanguok commented on May 30, 2024 1

edit I reproduced the bug, working on it. Looks like a mismatched version of graphql-toolkit? looking further..


Thank you for taking the time to send in a report, definitely seems like a bug -- sorry about this

from gatsby-typescript.

d4rekanguok avatar d4rekanguok commented on May 30, 2024

Hi @aswinckr, sorry this happens — are you using a gatsby starter or a theme of some sort, if so, which one is it? It would help reproduce this error (a reproduction repo is very, very welcomed.) Thank you for giving this plugin a try!

from gatsby-typescript.

d4rekanguok avatar d4rekanguok commented on May 30, 2024

edit ahh hhm that's not it — I thought I might had a faulty default options


Ohh have you tried just using the plugin as a string?

// gatsby-config.js

module.exports = {
  plugins: [
    'gatsby-plugin-graphql-codegen',
  ]
}

from gatsby-typescript.

Related Issues (20)

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.