Jeffrey Burt
Jeffrey Burt
As a work around for this I changed `import jp from 'jsonpath';` to `import jp from 'jsonpath/jsonpath.min';` for anything browser bound.
For future visitors to this issue, you can also use `useMemo` to make sure the object reference stays the same ``` const initialValues = useMemo(() => ({ name: { firstName:...
It might be nice to use some of these helpers in studio as well, so we only have 1 implementation of the defer stuff? What do you think about splitting...
All special filters should only have 1 value. normalizeFilters will split them into separate filters ``` https://github.com/overture-stack/arranger/blob/master/modules/middleware/src/buildQuery/normalizeFilters.js#L24 ``` set_id would need to be added to that function :)
There was also this pull request that removed the checking for the `*` value... but I think I merged it into a dead branch :P so if it's still something...