We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using web3-validator package in other project which have a dependency to ajv turns into following build errors.
web3-validator
ajv
$ tsc ../../node_modules/web3-validator/dist/types.d.ts:18:68 - error TS2344: Type '"type"' does not satisfy the constraint 'number | unique symbol | "length" | "toString" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | ... 33 more ... | "trimRight"'. 18 export declare type JsonSchema = Optional<JSONSchemaType<unknown>, "type"> & {
The build should be fine.
4.0.1-alpha.2
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
When using
web3-validator
package in other project which have a dependency toajv
turns into following build errors.Expected Behavior
The build should be fine.
Steps to Reproduce
web3-validator
as dependency to a TS project.ajv
as direct dependency to that project.Web3.js Version
4.0.1-alpha.2
Environment
No response
Anything Else?
No response
The text was updated successfully, but these errors were encountered: