hello, can I get some reference document point to ...
# pact-js
h
hello, can I get some reference document point to resolve this error?
The property 'all' is not a valid property of ConsumerVersionSelector. Allowed properties are tag, latest, consumer, deployedOrReleased, deployed, released, environment, fallbackTag, branch, mainBranch, matchingBranch)
after I update to v3, I got this message, can I get some guideline please?
m
You probably want
latest: false
The next version of the beta won’t fail with an error and will allow you to specify invalid keys, but will still log a warning (this is to support bleeding edge selectors that the broker supports that clients don’t support).
But in your case, this isn’t a valid selector and isn’t doing anything useful
h
oh yes Matt,
latest: false
works 🙂 thanks!