ok so I managed to patch TanStack and now it's mogging
TLDR:
TanStack does not set fetchPriority on hydration JS, so it defaults to high and competes with render-blocking CSS and fonts, delaying FCP
while Next.js explicitly sets it to low, letting visual resources load first