Skip to content
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

[Bug]: @spectrum-web-components/contextual-help has no typings #4648

Closed
1 task done
moisadoru opened this issue Aug 6, 2024 · 2 comments
Closed
1 task done

[Bug]: @spectrum-web-components/contextual-help has no typings #4648

moisadoru opened this issue Aug 6, 2024 · 2 comments
Assignees
Labels

Comments

@moisadoru
Copy link

Code of conduct

  • I agree to follow this project's code of conduct.

Impacted component(s)

contextual-help

Expected behavior

When importing from @spectrum-web-components/contextual-help in a typescript file from a typescript source file, the typescript compiler should properly detect and load the typings for this package.

Actual behavior

When importing from @spectrum-web-components/contextual-help in a typescript file from a typescript source file, the typescript compiler should not throw an error (TS7016) about missing types.

Screenshots

No response

What browsers are you seeing the problem in?

No response

How can we reproduce this issue?

  1. create a typescript project
  2. add @spectrum-web-components/contextual-help as a dependency
  3. use import { ContextualHelp } from '@spectrum-web-components/contextual-help'; as per the docs
  4. attempt to compile the project
  5. observe the typescript error

Sample code that illustrates the problem

No response

Logs taken while reproducing problem

No response

@Rocss
Copy link
Contributor

Rocss commented Aug 7, 2024

Available in next release

@Rocss Rocss closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@moisadoru @Rocss @najikahalsema and others