Skip to content

There is a bug in 10.6.0 API Reference. #1282

@xiaobo1234

Description

@xiaobo1234

Context

  • 10.6.0:

Description

There is a bug in 10.6.0 API Reference at any.validate().

const result = schema.validate(value, schema);

According to the context, I think it should be like following:

const result = schema.validate(value);

I don't know wether other versions have this problem because I'm new.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions