ory/elements

Incorrect Export

Opened this issue · 0 comments

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