-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
TypeError: b.includes is not a function #309
Comments
Looking for problems |
@Gabriel-403 () in js didn't create an array. And includes function didn't exist. That's the problem. |
So ~ Are you ready this project for production ? |
@lantu-group This library is production-ready. However, there are some missing documents. |
@lantu-group We will try our best to solve this problem, but it will take some time |
OK~ Just do it. |
🎉 This issue has been resolved in version 5.11.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
At same env, use
m = r.act == 'In' && r.sub in "('root', 'guest')"
matchers is ok, but is i adjust conditions location:r.sub in "('root', 'guest')"
as first location, eg:m = r.sub in "('root', 'guest')" && r.act == 'In'
, and then got error:TypeError: b.includes is not a function
The below is my test codes
The text was updated successfully, but these errors were encountered: