ukrbublik/react-awesome-query-builder

Missing "conjuction" and "not" in RuleGroupExtProperties type

Closed this issue · 0 comments

Describe the bug
rule_group's properties (aka RuleGroupExtProperties) is missing "conjuction" and "not" in it's types. currently only GroupProperties has those

See in types index.d.ts
image

but for example if I create a rule group with in sandbox, the tree does have those properties:
image

image