Incorrect Export
Opened this issue · 0 comments
zach-pp commented
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
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
- Install
@ory\elements-test
package. - Attempt to import into tsx.
- 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