Florentin / 珞辰

Results 36 comments of Florentin / 珞辰

@daugaard47 thanks! Will still look to add this in the feature to eliminate the need for installing multiple plugins.

Decided to give mst a go today and experimented before finding this thread. I've noticed that my experiment worked without using a Context Provider. Is this even required since we...

Thanks for the explanation @mweststrate. I've created a template project with React Hooks + MST + TypeScript: Demo: https://react-hooks-mobx-state-tree.vercel.app GitHub: https://github.com/impulse/react-hooks-mobx-state-tree

@cometkim thanks for the quick response. Will the solution you described [here](https://github.com/cometkim/gatsby-plugin-typegen/issues/10#issuecomment-576101305) solve this? I think the culprit is that I still use tsnode and didn't make the switch to...

@cometkim still the same issue and I think the namespace change seems to have broken the ts-node approach completely (getting a cannot find namespace GatsbyTypes error). @Js-Brecht is your plugin...

@cometkim just added typegen to the plugins array tsconfig is the following: ```json5 // tsconfig.json { "compilerOptions": { "target": "es5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016',...

I'll create a repo that reproduces the issue tomorrow 👍

As promised: [reproduction repo](https://github.com/impulse/typegen-error) (see `lib/createPages`). I also tried specifying the project in `ts-node` because I already have the entire `src` folder (where `__generated__` is) included in my `tsconfig`. ```ts...

> Before the v1 release, codegen generated regardless of Gatsby since it had used glob pattern for it. But now it effectively performs codegen only for queries that gatsby actually...