Patch Changes
-
#7245
bf3cc65f73a6801a5fd1e42e6162efd2e89406d3Thanks @harsha-cpp! - fix: correctly parse deeply nested conditional filters from URL with syncWithLocationIncreased
qs.parsedepth from default 5 to 10 to support deeply nested conditional filters (e.g.,or -> and -> {field, operator, value}). Previously, nested filter properties were incorrectly parsed as bracket notation keys ([field],[operator],[value]) after page reload when usingsyncWithLocation: true.