Open eatyourgreens opened 1 month ago
https://github.com/pkpdapp-team/pkpdapp/blob/21949817c56fcdf951d3345459d35ffa07dd35fb/frontend-v2/src/features/model/resetToSpeciesDefaults.ts#L1
Since upgrading Redux Toolkit to 2.2.7, /dist/query/react/buildHooks is no longer included in that package, so this type import fails. The frontend still builds and runs without errors, but npx tsc will error on this line.
/dist/query/react/buildHooks
npx tsc
https://github.com/pkpdapp-team/pkpdapp/blob/21949817c56fcdf951d3345459d35ffa07dd35fb/frontend-v2/src/features/model/resetToSpeciesDefaults.ts#L1
Since upgrading Redux Toolkit to 2.2.7,
/dist/query/react/buildHooks
is no longer included in that package, so this type import fails. The frontend still builds and runs without errors, butnpx tsc
will error on this line.