-
-
Notifications
You must be signed in to change notification settings - Fork 290
fix: fix jsonata regex #890
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
Conversation
✅ Deploy Preview for react-querybuilder ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 17b25a1:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #890 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 189 189
Lines 6046 6046
Branches 3043 2954 -89
=========================================
Hits 6046 6046 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thanks for this. Looks like linting failed because you have an unnecessary backslash as escape character. Remove that and it should be ready to merge. |
Thanks again! This fix is included (actually it's the only change) in v8.6.1. |
No description provided.