Corbin Mosher

Results 2 issues of Corbin Mosher

## Version info ``` { "react": "18.3.1", "react-dom": "18.3.1", "next": "15.1.5", "@apollo/client": "3.10.4", "@apollo/experimental-nextjs-app-support": "0.11.9" } ``` ## Behavior `useQuery(QUERY, { skip: true })` causes a re-render after mount of...

### Current behavior This bug I think has just been causing noise in our error tracking but no actual issues. Just thought I would share. https://github.com/ariakit/ariakit/blob/4e68302ad2b5efe2894044c01d76f7810e32fe3b/packages/ariakit-react-core/src/dialog/utils/use-hide-on-interact-outside.ts#L83 On that line of...

typescript
potential bug