Skip to content
New issue

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

handle update to the MissingRegError constructor #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chevett
Copy link

@chevett chevett commented Oct 28, 2022

Hello, I am trying to run the latest code and I am seeing

1) async schema loading
       $merge
         should load missing schemas:
     TypeError: resolver.resolve is not a function
      at resolveUrl (node_modules/ajv/dist/compile/resolve.js:90:21)
      at new MissingRefError (node_modules/ajv/dist/compile/ref_error.js:7:52)
      ...

  2) async schema loading
       $patch
         should load missing schemas:
     TypeError: resolver.resolve is not a function
      at resolveUrl (node_modules/ajv/dist/compile/resolve.js:90:21)
      at new MissingRefError (node_modules/ajv/dist/compile/ref_error.js:7:52)
      at getSchema (keywords/add_keyword.js:2:1397)
      ...

Looks like ajv-validator/ajv#1862 changed the signature of MissingRefError.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant