ensureQueryData on loader breaks page.
Getting this error on the client console:
The loader uses ensureQueryData to use it as the page title:
If I remove the ensureQueryData it works by fetching the same on the client:
TRPCClientError: Unexpected token '<', "<!DOCTYPE html>" is not valid JSONThe loader uses ensureQueryData to use it as the page title:
If I remove the ensureQueryData it works by fetching the same on the client:
