- RouteMapThumbnail.client.tsx: `{ type: 'Feature', ... } as unknown
as GeoJsonObject` → `as GeoJsonObject`. The literal already
satisfies the type; the unknown bridge was unnecessary.
- use-yjs.ts:102: keep the coercion (y-websocket's `.on()` signature
doesn't include the legacy `"synced"` event even though the
runtime still fires it), but document why with a comment so future
readers don't try to drop it.
|
||
|---|---|---|
| .. | ||
| AccountDropdown.tsx | ||
| AlphaBanner.tsx | ||
| Avatar.tsx | ||
| ClientDate.tsx | ||
| ClientMap.tsx | ||
| CollectionPage.tsx | ||
| FollowButton.tsx | ||
| Footer.tsx | ||
| LocaleContext.tsx | ||
| MobileNavMenu.tsx | ||
| RouteMapThumbnail.client.tsx | ||