Christoffer Berg Jensen
Christoffer Berg Jensen
I believe we have the same issue. Awaiting promises with Tanstack Query (ensureQueryData) does not resolve.  
@ConradIrwin This was closed as completed, but I can't work out how to actually do it. I feel I've tried everything: ```json "ctrl-u": ["vim::ScrollUp", "editor::ScrollCursorCenter"], "ctrl-d": ["vim::ScrollDown", "editor::ScrollCursorCenter"], "ctrl-u": ["workspace::SendKeystrokes",...
@ConradIrwin Thanks! That works! I use Vim bindings but have never really delved into understanding how the different mapping modes actually work. But this makes sense. Hope a "noremap" equivalent...
I'm seeing the same thing: ``` using workflow's "target": - match: dependency_type: all update_type: semver:minor title: "Bump the react group with 1 update" depName: the Warning: failed to parse title:...
**Edit:** It seems to occur only when working with JSX (React .tsx files). The memory appears stable when working in pure TypeScript files. **Edit 2:** The `import` plugin appears to...
I have the same issue with a fairly simple custom link component. Navigation and prefetching on hover intent etc works as normal. ```tsx interface NavLinkProps extends Omit { children?: React.ReactNode...
I've added the `react-aria-components` example issue to @TkDodo's reproduction. https://stackblitz.com/edit/github-ygojrn-wrompg?file=src%2Froutes%2Findex.tsx Here the `CustomRACLink` links will get the current page as the `href`.
That makes sense, but then the docs are confusing to me, or I'm simply just reading it completely wrong.  For anyone coming across this using React Aria Components: Intent...
I'll take a crack at it asap.
@SeanCassiere @TkDodo PR for revised documentation: [docs: add to createLink documentation #2506 ](https://github.com/TanStack/router/pull/2506)