elements icon indicating copy to clipboard operation
elements copied to clipboard

Incorrect Export

Open zach-pp opened this issue 1 year ago • 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

zach-pp avatar Feb 01 '24 22:02 zach-pp