You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstloader=()=>{if(Math.random()<0.5){returnredirect('/')}return{some: 'data'}}exportdefaultfunctionHome(){constdata=userLoaderData<typeofloader>()return<>{data.some}</>// ERROR: some not in type {headers: ...}}
Expected Behavior
some should be defined on the loaderData
Actual Behavior
there is a typescript error
The text was updated successfully, but these errors were encountered:
What version of React Router are you using?
7
Steps to Reproduce
Expected Behavior
some
should be defined on the loaderDataActual Behavior
there is a typescript error
The text was updated successfully, but these errors were encountered: