Léon Chabbey
Léon Chabbey
Great it worked ! Thanks for the info 🙂 Maybe a release section could be added to the documentation?
Same issue with Ionicons, I fixed it by reducing its height by 1. For example: ``` const { name, size, color, style } = props; ```
The demo works for me, but when i implemented it stopped working even though all other sharing services where working and were all doing the same thing --> `onClick={() =>...
As a quick fix, setting `swcMinify` to `false` fixes the issue in production in my project (14.0.3) ```js /** @type {import('next').NextConfig} */ module.exports = { // ...other settings, swcMinify: false,...
Thanks a lot of fixing this so fast! I confirm it works now 👍 I wonder, could we find a way to automatically detect in what environment the code is...
@douglowder Seems like we celebrated a bit too fast :( I'm having an error when running the project (building it now works just fine): ``` 2 files found with path...
Yep that fixed the build for development! 👍 However, there are other issues when trying to build a release bundle/apk. Those errors are reproductible by using this command: ``` npx...
Hi @douglowder! With the help of @SebastienChauvin, we found a way to build and bundle when bundling from sources. It's still very hacky though. The fixes for the issues reported...
FYI I've created an [issue](https://github.com/dotansimha/graphql-code-generator/issues/9605) that covers several issues with using typescript files (codegen and local plugins) with workarounds that might help.