Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commons Exports not Properly Exported #115

Open
ahmehri opened this issue Mar 28, 2022 · 0 comments
Open

Commons Exports not Properly Exported #115

ahmehri opened this issue Mar 28, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ahmehri
Copy link
Member

ahmehri commented Mar 28, 2022

Describe the issue

Exports of @commercetools-test-data/commons are not properly exported.

To Reproduce
Steps to reproduce the behavior:

  1. Import e.g Reference, import { Reference } from '@commercetools-test-data/commons';
  2. Access e.g its builder

Expected behavior

It should be possible to access the builder on Reference.random.

Current behavior

The builder is accessible on Reference.default.random.

Screenshots

CleanShot_2021-05-27_at_18 53 522x

Additional context

The problem is related to all exports except LocalizedString, and maybe others. It's also reproducible with Initiator.

@ahmehri ahmehri added the bug Something isn't working label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant