Phuoc

Results 7 issues of Phuoc

Hello there. Thanks for sharing this library. It's a really interesting take on state management, especially the real-time state sync. Just wondering how tightly coupled this library is to React....

### Describe the bug Throw redirect in beforeLoader does not work for SSR example. ### Your Example Website or App https://stackblitz.com/edit/tanstack-router-u6w1y3?file=src%2Froutes%2F_auth.profile.tsx,src%2Froutes%2F_auth.tsx ### Steps to Reproduce the Bug or Issue 1....

Hi, is there a possibility to have time travel functionality using this package, similar to `use-travel`?

# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem https://github.com/codesandbox/sandpack/blob/main/sandpack-react/rollup.config.js#L33 https://github.com/codesandbox/sandpack/blob/main/sandpack-react/rollup.config.js#L73

Color property is defined as a token while the rest are not (see https://tr.designtokens.org/format/#example-shadow-token-example) ```json { "shadow-token": { "$type": "shadow", "$value": { "color": { "$type": "color", "$value": { "colorSpace": "srgb",...

### Provide a general summary of the issue here From [documentation](https://react-spectrum.adobe.com/react-aria/routing.html#tanstack-router), only Link and MenuItem are supported. Seems to be because only those 2 are making use of `handleLinkClick`. Other...

Currently, if any route throws a non-Error instance, app.onError won't be invoked. Users need to handle those separately for each route. It would be nice if that can be handled...

enhancement