Eva Decker
Eva Decker
Reapplied Nov 23
> Thank you for submitting genderswap-fm to Spotify for review. This is a notification that your application has been granted a quota extension.
@zhik Do we need to redirect users? The original district URLs should be restored soon: https://github.com/nysenate/NYSenate.gov-Website-D9/issues/41
The district URLs are working correctly now, without redirects: https://boundaries.beta.nyc/?map=ss https://www.nysenate.gov/district/20 https://github.com/BetaNYC/nyc-boundaries/assets/4117920/5cc57f74-eb21-4547-97a1-002cf802cfeb
Succeeded in getting params to work with a small modification building on @devongovett above. Here's what I changed from the [recommendation in the docs](https://react-spectrum.adobe.com/react-aria/routing.html#tanstack-router): ```diff import {type NavigateOptions, type ToOptions,...
@levrik Changing it to `useHref={(path) => router.buildLocation(path).href}` works the same as destructuring `{ to }`. But passing a string as a component's `href` still throws an error: ![CleanShot 2024-09-02 at...
@levrik You're right. I could've sworn that `ToOptions` included `| string` but I must've been looking at TanStack's `Link` component. A bit confusing getting all the types to play nicely...
Any status update on https://github.com/adobe/react-spectrum/pull/6591 or other changes here? Unfortunately I'm still fighting with TanStack + RAC routing, and I'm a bit lost trying to dive into all the type...
https://data.cityofnewyork.us/City-Government/Election-Districts/h2n3-98hq
Checks here appear to be failing from Astro 5.7.10 which changed typechecking for the content config: https://github.com/withastro/astro/pull/13706 It appears this is fixed here: https://github.com/withastro/astro/pull/13734 but yet to be released: https://github.com/withastro/astro/pull/13737...