Property 'suffix' does not exist on type 'MapStoresCustomization' on build #1814
-
ReproductionSteps to reproduce the bugTrying to build my project with Pinia in it, then I got the errors from vue-tsc
Expected behaviorBuild normally Actual behaviorDoesn't build Additional information |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Update: Fixed with #1818 and released in version 2.0.25 We're currently facing the same issue when trying to update TypeScript from installed pinia Version is Problem is, that the interface pinia/packages/pinia/src/mapHelpers.ts Lines 17 to 20 in 3e4e63c Could this be a Problem of TypeScript because pinia/packages/pinia/src/mapHelpers.ts Lines 66 to 72 in 3e4e63c |
Beta Was this translation helpful? Give feedback.
Update: Fixed with #1818 and released in version 2.0.25
We're currently facing the same issue when trying to update TypeScript from
4.8.4
to4.9.3
: LSS-Manager/LSSM-V.4#1951 (Issue: LSS-Manager/LSSM-V.4#1963)installed pinia Version is
2.0.24
but it happened with2.0.23
too.Problem is, that the interface
MapStoresCustomization
is empty (file:/node_modules/pinia/dist/pinia.d.ts
). This is not a problem caused by compilation / packaging or else but is intended:pinia/packages/pinia/src/mapHelpers.ts
Lines 17 to 20 in 3e4e63c