Replies: 1 comment 2 replies
-
Exported import { Utils } from '@react-awesome-query-builder/core';
console.log(Utils); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm currently on the v 5.1.2. I use custom export (basically copy of jsonLogic export with required changes) to export to a custom format. I noticed latest v6 doesn't provide FuncUtils/RuleUtils as exported children for both bootstrap and core packages anymore.
Are there any workarounds how to get those utils without duplicating source code?
Maybe it's possible to add more *Utils to the exported part?
For better context I mean these functions and ruleUtils, stuff, funcUtils aren't exported anymore:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions