Repo: v6 branch regression for adding to JSX.IntrinsicAttributes in typecheck task #7166
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
On the
v6
branch, we now get typecheck (tsc
) complaints inast-spec
's fixture for augmentingJSX.IntrinsicElements
:It happens both for traditional names (e.g.
foo
) and for TypeScript 5.1's new namespaced names (e.g.'foo-bar:baz-bam'
) added in #7088. So I don't think it's specific to TS 5.1's namespace changes.But... why is this happening? Why is the fixture not allowing augmentation of
JSX.IntrinsicElements
?I'm 80% confident this is a silly little mistake I made in merging
main
->v6
, but can't figure it out... :sobThe text was updated successfully, but these errors were encountered: