Hannes Tiede

Results 19 comments of Hannes Tiede

Hi, I would also love to use this with react, but I failed to get it working with my webpack setup. Just to let u know other people are interested...

@niklasramo is there an eta for v0.4.0?

This is also a problem for us! Merging would be nice. regards

We are also still getting this. It seams there is a PR that fixes it. Can you please merge it and release a new version? Thx

> @LekoArts I got it working! Took your suggestion and modified the plugin so it works without `export`. > > https://github.com/yallllc/repro-js-frontmatter-hmr/blob/custom-js-plugin/plugins/gatsby-transformer-javascript-frontmatter/gatsby-node.js#L88-L99 > > One caveat is that unless the frontmatter...

> I'd also be interested in having https://github.com/OneGraph/graphiql-code-exporter as a first-class citizen plugin 👍 Same here, using it for a customer and without it I can not migrate to v2....

Hey guys, having the same problem. I think this behaviour was introdured here: https://github.com/redux-form/redux-form/issues/3446 This leads to inconsistent onChange bahaviour on Fields, because I have to know if my render...

@mateioprea thanks for the sandbox, it illustrates the problem very well. @iamandrewluca do you have insights on this. I have a pretty form heavy application and this change breaks them...

@mateioprea that's a good start and I will try that later :) Thanks for that! Would be nice to know if there is a migration path with the official release....

Hey @trentm, thanks for looking into this, I wrote my own variant to debug logging for prisma queries, perhaps it helps to get started: ```ts // enable debug logging //...