ory / elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50
https://ory.sh
Apache License 2.0
84 stars 41 forks source link

Incorrect Export #178

Open zach-pp opened 5 months ago

zach-pp commented 5 months ago

Preflight checklist

Ory Network Project

No response

Describe the bug

Within @ory/elements-test/dist/index.d.mts, you're exporting as follows:

export * from './src/tests/'

However, ./src/tests/ doesn't exist - ./src/test/ does. Is this just a typo?

Reproducing the bug

  1. Install @ory\elements-test package.
  2. Attempt to import into tsx.
  3. Observe that import doesn't resolve.

Relevant log output

No response

Relevant configuration

No response

Version

Latest

On which operating system are you observing this issue?

None

In which environment are you deploying?

None

Additional Context

No response