pkpdapp-team / pkpdapp

A web application for modeling the distribution and effects of drugs.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Type error for MutationTrigger #523

Open eatyourgreens opened 1 month ago

eatyourgreens commented 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.