Narasimha Jupally
Narasimha Jupally
@liuyib seems to be working on this. shouldn't this issue be open?
no the problem is not the nested button.I have updated the code sandbox, replaced the button with span tag. the problem is that the element being clicked is removed bcoz...
hey @liuyib , what do you think about the below method ### `event.composedPath().includes(clickawayInputRef.current)` it will work even if the children which are clicked are removed from dom because of business...
I was using the package in the main process which was getting compiled to background.js. the package(execa) is a pure ESM package so in background.js `require` syntax was being used,...
facing the same problem, I want to delete the list of items I have merged till now when the tag is invalidated so that a fresh list is made
I am dealing with a recommendation endpoint (no query args) that gives a different set of results every time it is called so I used the merge function to append...
another solution is to provide an option similar to `keepUnusedDataFor` like `deleteDataOnTagInvalidation` which if true deletes the current data and replaces it with API response.
yes, shift+scroll is better usability too. facing the same issue. Holding down space and then left-click dragging is difficult.