Braeden Smith
Braeden Smith
#### Checklist - [ ] Includes tests - [ ] Update documentation #### Changes proposed in this pull request: ## Potentially fixes two issues: incorrect logic & lack of prop...
#### Environment - __Package version(s)__: 4.3.0 - __Operating System__: MacOS - __Browser name and version__: Chrome 102.0.5005.115 #### Code Sandbox Link to a minimal repro: https://codesandbox.io/s/blueprint-sandbox-forked-deqbyf?file=/src/index.tsx #### Steps to reproduce...
#### Environment - __Package version(s)__: N/A - __Browser and OS versions__: N/A #### Feature request The supersceding library to `popper.js` (floating-ui) has this feature built in, but the idea is...
### Website or app https://google.com ### Repro steps With Chrome version `121.0.6167.184 (Official Build) (arm64)` React dev tools: `5.0` - `Created from revision 993c4d003 on 12/5/2023.` Repeatedly refreshing `https://google.com` continually...
## Partially fixes https://github.com/TanStack/query/issues/8639 ## TODOs: - We should try to push `NoInfer` upstream into the `query-core` types (eg. `QueryObserverResult`) - I didn't have extensive time, but didn't have any...
### Describe the bug Related to https://github.com/TanStack/query/issues/4770, revitalizing since `NoInfer`/overloads can at _least_ partially help. - `TQueryFnData` is directly inferred from `queryFn` specified in the hook options `options` - `TData`...