Florent SCHILDKNECHT

Results 63 comments of Florent SCHILDKNECHT

I am also facing this in a fastify v5 app. Only `setError` has no effect in my case (potentially due to the instrumentation issue linked above?), `sendError` works as expected....

Ran into this issue because `@phenomnomnominal/tsquery` (peerDependency of this package) comes by default in version 5 from `@nx/vite`. Adding v6 as a direct devDependency fixed the issue. See: https://github.com/koliveira15/nx-sonarqube/issues/122

It is not mentioned explicitely in the releases, but this PR: https://github.com/iconoir-icons/iconoir/pull/500 was merged and has been released as part of [v7.11.0](https://github.com/iconoir-icons/iconoir/blob/v7.11.0/packages/iconoir-react/package.json#L44). Also, I am pretty sure that previous versions...