in search data is falling back to placeholder, due to key change
I am implementing a search on click, but when I change the searchBy the data falls back to the placeholder data, which is expected. since it's a different key that points to a different cache.
tha solution, I found is to remove the searchBy from key, but eslint is not happy, is there any other recommended way to do this?
tha solution, I found is to remove the searchBy from key, but eslint is not happy, is there any other recommended way to do this?