Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

TypeError: Cannot read property 'locale' of undefined #122

@artdaw

Description

@artdaw

How to reproduce

Initialise SDK with bad sales_channel:

const sdk = await AtlasSDK.configure({
  client_id: 'CLIENT_ID',
  sales_channel: 'SALES_CHANNEL_BAD'
});

TypeError: Cannot read property 'locale' of undefined is returned

Expected behaviour
Checked error should be returned

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions