react-query-builder
react-query-builder copied to clipboard
Does not show criteria when updating props data
When I change the data props it doesn't render me the criteria, the only solution to this was to destroy in component every time I update the data props.
Is there a way to do this without destroying the component?