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
andriygm, ReidCole, goamaan, Brookke and jonpiehlmooxl and ogadra