chore(deps): update dependency @dynamic-labs/sdk-react-core to v4.32.0 #17797
Triggered via pull request
September 19, 2025 22:16
Status
Failure
Total duration
1m 16s
Artifacts
–
Annotations
10 errors
build (20.x)
Process completed with exit code 2.
|
build (20.x):
src/i18n/ja.ts#L2473
Object literal may only specify known properties, and 'wallet_list' does not exist in type '{ title?: string; }'.
|
build (20.x):
src/i18n/ja.ts#L1361
Type 'string' has no properties in common with type '{ v1?: string; not_v1?: string; }'.
|
build (20.x):
src/i18n/en.ts#L2472
Object literal may only specify known properties, and 'wallet_list' does not exist in type '{ title?: string; }'.
|
build (20.x):
src/i18n/en.ts#L1360
Type 'string' has no properties in common with type '{ v1?: string; not_v1?: string; }'.
|
build (20.x):
src/i18n/dynamic.ts#L16
Type '{ dyn_sandbox_maximum_threshold: { title: string; description: string; button: string; }; dyn_account_exists: { connect: string; description_email: string; description_social: string; title: string; trail_message_email: string; trail_message_social: string; }; ... 65 more ...; dyn_widget_header: { ...; }; }' is not assignable to type '{ dyn_sandbox_maximum_threshold?: { title?: string; description?: string; button?: string; }; dyn_account_exists?: { connect?: string; description_email?: string; description_social?: string; title?: string; trail_message_email?: string; trail_message_social?: string; }; ... 88 more ...; dyn_wallet_upgrade_flow?: { ...'.
|
build (20.x):
src/i18n/dynamic.ts#L6
Type '{ dyn_sandbox_maximum_threshold: { title: string; description: string; button: string; }; dyn_account_exists: { connect: string; description_email: string; description_social: string; title: string; trail_message_email: string; trail_message_social: string; }; ... 65 more ...; dyn_widget_header: { ...; }; }' is not assignable to type '{ dyn_sandbox_maximum_threshold?: { title?: string; description?: string; button?: string; }; dyn_account_exists?: { connect?: string; description_email?: string; description_social?: string; title?: string; trail_message_email?: string; trail_message_social?: string; }; ... 88 more ...; dyn_wallet_upgrade_flow?: { ...'.
|
build (20.x):
src/components/ConnectButton/ConnectButton.tsx#L52
Type '(props: any) => WalletConnectorConstructor[]' is not assignable to type 'WalletConnectorsMethod'.
|
build (20.x):
src/components/ConnectButton/ConnectButton.tsx#L35
Argument of type '{ lang: string; dic: { en: { dyn_sandbox_maximum_threshold: { title: string; description: string; button: string; }; dyn_account_exists: { connect: string; description_email: string; description_social: string; title: string; trail_message_email: string; trail_message_social: string; }; ... 65 more ...; dyn_widget_h...' is not assignable to parameter of type 'SetStateAction<{ lang: string; dic: LocaleResource; }>'.
|
build (20.x):
src/components/ConnectButton/Button.tsx#L79
Argument of type 'import("/home/runner/work/clubs-plugin-awesome-onboarding/clubs-plugin-awesome-onboarding/node_modules/@dynamic-labs/multi-wallet/node_modules/@dynamic-labs/wallet-connector-core/src/Wallet/Wallet").Wallet<import("/home/runner/work/clubs-plugin-awesome-onboarding/clubs-plugin-awesome-onboarding/node_modules/@dynamic...' is not assignable to parameter of type 'import("/home/runner/work/clubs-plugin-awesome-onboarding/clubs-plugin-awesome-onboarding/node_modules/@dynamic-labs/wallet-connector-core/src/Wallet/Wallet").Wallet<import("/home/runner/work/clubs-plugin-awesome-onboarding/clubs-plugin-awesome-onboarding/node_modules/@dynamic-labs/wallet-connector-core/src/types")....'.
|