Route types not working
Hi all, i've got this search route but none of the types are working properly
everything seems to be getting typed to
any - ie. q at pretty much each stage
also the result of useLoaderData is any which is causing typescript errors further down in the component when i go to use the data1 Reply
generous-apricotOP•3mo ago
i swear this was working yesterday
even this simple new route isn't being properly typed
this was my tsconfig, had to change module nodnext -> preserve