Christoffer Berg Jensen

Results 11 comments of Christoffer Berg Jensen

I believe we have the same issue. Awaiting promises with Tanstack Query (ensureQueryData) does not resolve. ![CleanShot 2024-05-07 at 16 05 07@2x](https://github.com/TanStack/router/assets/10507071/4ac37d5c-f93a-4833-9f1f-651816f62986) ![CleanShot 2024-05-07 at 16 06 15@2x](https://github.com/TanStack/router/assets/10507071/50a80c26-b3b5-49aa-92dd-b642adf00d80)

@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. ![Image](https://github.com/user-attachments/assets/79bd90c6-2649-44cf-abf9-5fd241232c6c) For anyone coming across this using React Aria Components: Intent...

@SeanCassiere @TkDodo PR for revised documentation: [docs: add to createLink documentation #2506 ](https://github.com/TanStack/router/pull/2506)