Skip to content

Property 'suffix' does not exist on type 'MapStoresCustomization' on build #1814

Discussion options

You must be logged in to vote

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 to 4.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 with 2.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:

export interface MapStoresCustomization {
// cannot be added or it wouldn't be able to be extended
// suffix?: string
}
(currently lat…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@jxn-30
Comment options

@Rusinas
Comment options

@coader
Comment options

@jxn-30
Comment options

@Rusinas
Comment options

Answer selected by posva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1812 on November 19, 2022 18:30.