Jordy van den Aardweg
Jordy van den Aardweg
> In the context of a monorepo my team was able to fix it by adding a `nohoist` option to the proper workspace for `@hookform/resolvers`. > > > > ```...
Updating to the latest zod 3.22.4 fixed it for me 👍
@rkkautsar do you see an opportunity to finish this PR with the last PR comment?
Eventually, yes! They seem to have marked v2 released but according to their own docs, support for v2 is still limited for their devices: https://api-documentation.homewizard.com/docs/introduction#devices I have the P1 meter...
Yes please! Some websites seem to have multiple of the same metadata tags, coming in as `string[]`, but the types suggest only `string` is possible.
> The alternative of quickly flashing the Suspense boundary fallback isn't better from our experience. Then make it configurable. This isn't a decision the React gods should have over every...
Was facing the same issues, wanted to share my similar solution as @Mikephii stated, but a little more complete, just to have something to talk about if this is the...
The issue probably lies in how `` is used. The provided examples are just wrong in how they map over the data and how the components are rendered. Example: https://tremor.so/docs/visualizations/area-chart...