You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The effectTsResolver is only compatible with the Schema created by @effect/schema package, however it shows errors when using a schema created by import { Schema } from "effect";.
The PR has already been merged. I asked on Discord (for publishing a new version) but no reply. I guess a new major version is needed due to the breaking change.
Describe the bug
The
effectTsResolver
is only compatible with the Schema created by@effect/schema
package, however it shows errors when using a schema created byimport { Schema } from "effect";
.Codesandbox link (Required)
(https://codesandbox.io/p/sandbox/react-hook-form-customresoliver-v6-forked-vxpy7y)
The text was updated successfully, but these errors were encountered: