-
Notifications
You must be signed in to change notification settings - Fork 143
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
Project typescript linter doesn't find types exported from core arches #11234
Comments
ah, but aren't there different errors when appending |
jacobtylerwalls
added a commit
that referenced
this issue
Jul 23, 2024
11 tasks
For sure. I wrote up my findings in the PR, let me know what you think! |
11 tasks
jacobtylerwalls
moved this from 🏗 In progress
to 👀 In review
in Controlled List Manager
Jul 23, 2024
This was referenced Jul 30, 2024
Now being tracked in #11253 |
github-project-automation
bot
moved this from 👀 In review
to ✅ Done
in Controlled List Manager
Jul 31, 2024
11 tasks
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#11210 added the following type to core arches, as a baby step to prove out shipping types that projects/arches applications such as the controlled list manager will find useful:
arches/arches/app/src/arches/types.ts
Lines 1 to 8 in 2dc5abe
However, this import, which worked in #10569 when part of arches core:
Fails (at the ts linter only, not the bundle) in an arches application (archesproject/arches-references@9fa562a) with:
The text was updated successfully, but these errors were encountered: