You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an API schema with multiple versions rendered on my site. The issue at the moment is that the search results are duplicated for each version of the same endpoint.
The feature request would look something like this
// Location: https://developer.mozilla.org/en-US/docs/Web/API/Window/location
dynamicFilter: ({results, location}: { results: Results[], location: window.Location ) => {
// filter results based off of location
}
The text was updated successfully, but these errors were encountered:
I have an API schema with multiple versions rendered on my site. The issue at the moment is that the search results are duplicated for each version of the same endpoint.
The feature request would look something like this
The text was updated successfully, but these errors were encountered: