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

[4.8.0] fails when there are no DOM types #757

Closed
AviVahl opened this issue Nov 17, 2023 · 1 comment
Closed

[4.8.0] fails when there are no DOM types #757

AviVahl opened this issue Nov 17, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@AviVahl
Copy link

AviVahl commented Nov 17, 2023

got this failure with the new version:

node_modules/type-fest/source/internal.d.ts:72:52 - error TS2304: Cannot find name 'Element'.

72 export type BuiltIns = Primitive | Date | RegExp | Element;

my tsconfig says: "lib": ["es2021"], without DOM types.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • The funding will be given to active contributors.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@Emiyaaaaa Emiyaaaaa added bug Something isn't working help wanted Extra attention is needed labels Nov 17, 2023
@sindresorhus
Copy link
Owner

Fixed: https://github.com/sindresorhus/type-fest/releases/tag/v4.8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants