-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Type for Element
changed to ElementType
: intended?
#3679
Comments
What error are you getting? I can double check 😅 |
Namespace JSXInternal has no exported member |
Ohh this is a good catch! Yeah we should keep |
On what code? Are you referencing JsX.Element yourself, with more information I can check 😅 |
I also have code importing |
This breaking the @fullcalendar package |
Sorry about that I jumped into our tests and figured out why this doesn't show up as an error for us, we have a local override to do namespace testing. Will fix |
Sorry about the inconvenience, published as 10.10.5 |
Before we update our types, just checking if it was intentional to remove the
Element
type and replace it withElementType
? Getting a TS error with10.10.4
forh.JSX.Element
7d54883#diff-814abe9ce1d0e89a7fa1ef941142487296d1423ffad605dc1188b544056c2bcfL29
The text was updated successfully, but these errors were encountered: